docs(demos): checkbox, radio examples

This commit is contained in:
Drew Rygh
2015-10-28 17:34:44 -05:00
parent 5a091e91dd
commit e246f0aa1c
2 changed files with 85 additions and 2 deletions

View File

@ -7,5 +7,58 @@
</ion-navbar>
<ion-content padding>
<ion-content>
<ion-list>
<ion-checkbox checked="true">
Jon Snow
</ion-checkbox>
<ion-checkbox light 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 dark>
Cersei Lannister
</ion-checkbox>
<ion-checkbox primary 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 primary>
Bronn
</ion-checkbox>
</ion-list>
</ion-content>