Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 24, 2017 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/fcb2ff5df6cccbe5ed8acdbded3783c0 to your computer and use it in GitHub Desktop.
Save matthieu-D/fcb2ff5df6cccbe5ed8acdbded3783c0 to your computer and use it in GitHub Desktop.
<ion-list>
<ion-item>
<ion-label>
Up
</ion-label>
<ion-checkbox [(ngModel)]="up"></ion-checkbox>
</ion-item>
<ion-item>
<ion-label>
Middle
</ion-label>
<ion-checkbox [(ngModel)]="middle"></ion-checkbox>
</ion-item>
<ion-item>
<ion-label>
Down
</ion-label>
<ion-checkbox [(ngModel)]="down"></ion-checkbox>
</ion-item>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment