mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Checkbox kind of works
This commit is contained in:
@@ -1,26 +1,11 @@
|
||||
|
||||
<ion-view nav-title="Checkboxes">
|
||||
|
||||
<ion-content>
|
||||
|
||||
<div class="list-header">Some Checkboxes</div>
|
||||
<ion-content>
|
||||
<form (^submit)="doSubmit($event)" [control-group]="form">
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-checkbox [checked]="true">
|
||||
<div class="list-header">Some Switches</div>
|
||||
<ion-checkbox control="addCats">
|
||||
Apples
|
||||
</ion-checkbox>
|
||||
|
||||
<ion-checkbox>
|
||||
Bananas
|
||||
</ion-checkbox>
|
||||
|
||||
<ion-checkbox [disabled]="true">
|
||||
Oranges
|
||||
</ion-checkbox>
|
||||
|
||||
</ion-list>
|
||||
|
||||
</ion-content>
|
||||
|
||||
</ion-view>
|
||||
</form>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user