Files
2015-10-30 15:54:12 -05:00

65 lines
1.1 KiB
HTML

<ion-navbar *navbar hide-back-button class="android-attr">
<ion-title>
Checkbox
</ion-title>
</ion-navbar>
<ion-content>
<ion-list>
<ion-checkbox checked="true">
Jon Snow
</ion-checkbox>
<ion-checkbox dark checked="true">
Daenerys Targaryen
</ion-checkbox>
<ion-checkbox value="cherry" disabled="true">
Arya Stark
</ion-checkbox>
<ion-checkbox secondary>
Tyrion Lannister
</ion-checkbox>
<ion-checkbox danger checked="true">
Sansa Stark
</ion-checkbox>
<ion-checkbox>
Khal Drogo
</ion-checkbox>
<ion-checkbox energized checked="true" dark>
Cersei Lannister
</ion-checkbox>
<ion-checkbox royal checked="true">
Stannis Baratheon
</ion-checkbox>
<ion-checkbox disabled="true">
Petyr Baelish
</ion-checkbox>
<ion-checkbox dark checked="true">
Hodor
</ion-checkbox>
<ion-checkbox secondary checked="true">
Catelyn Stark
</ion-checkbox>
<ion-checkbox royal>
Bronn
</ion-checkbox>
</ion-list>
</ion-content>