Files
2015-12-14 07:49:05 -06:00

58 lines
1.0 KiB
HTML

<ion-navbar *navbar>
<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>