mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
58 lines
923 B
HTML
58 lines
923 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Switch</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
<ion-list>
|
|
<ion-toggle value="foo" checked="true">
|
|
Frodo Baggins
|
|
</ion-toggle>
|
|
|
|
<ion-toggle energized>
|
|
Sam
|
|
</ion-toggle>
|
|
|
|
<ion-toggle danger checked="true">
|
|
Éowyn
|
|
</ion-toggle>
|
|
|
|
<ion-toggle royal checked="true">
|
|
Legolas
|
|
</ion-toggle>
|
|
|
|
<ion-toggle danger>
|
|
Gimli
|
|
</ion-toggle>
|
|
|
|
<ion-toggle dark checked="true">
|
|
Saruman
|
|
</ion-toggle>
|
|
|
|
<ion-toggle energized checked="true">
|
|
Gandalf
|
|
</ion-toggle>
|
|
|
|
<ion-toggle royal>
|
|
Arwen
|
|
</ion-toggle>
|
|
|
|
<ion-toggle secondary checked="true">
|
|
Treebeard
|
|
</ion-toggle>
|
|
|
|
<ion-toggle royal>
|
|
Boromir
|
|
</ion-toggle>
|
|
|
|
<ion-toggle dark checked="true">
|
|
Gollum
|
|
</ion-toggle>
|
|
|
|
<ion-toggle energized>
|
|
Galadriel
|
|
</ion-toggle>
|
|
|
|
|
|
</ion-list>
|
|
<ion-content>
|