mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(input): checked attr can be an empty string or no value
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user