Improve checkbox rendering performance

This commit is contained in:
Marcos Moura 2016-09-05 22:16:51 -03:00
parent 7f53a13f6d
commit 37df21645a
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ $checkbox-ripple-size: 48px;
margin: 16px 8px 16px 0;
display: inline-flex;
position: relative;
transform: translate3D(0, 0, 0);
.md-checkbox-container {
width: $checkbox-size;

View file

@ -26,7 +26,7 @@
<md-checkbox id="my-test5" name="my-test5" v-model="checkbox" disabled>Disabled</md-checkbox>
</div>
{{ checkbox }}
<span>{{ checkbox }}</span>
</section>
</template>