fix(input): checked attr can be an empty string or no value

This commit is contained in:
Adam Bradley
2016-01-26 11:11:48 -06:00
parent 42f6b1056f
commit e76b55994c
13 changed files with 291 additions and 223 deletions

View File

@ -30,12 +30,12 @@
<ion-item>
<ion-label>secondary color</ion-label>
<ion-checkbox secondary checked="true"></ion-checkbox>
<ion-checkbox secondary checked="false"></ion-checkbox>
</ion-item>
<ion-item>
<ion-label>light color</ion-label>
<ion-checkbox light checked="true"></ion-checkbox>
<ion-checkbox light checked></ion-checkbox>
</ion-item>
</ion-list>