Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active August 10, 2018 10:49
Show Gist options
  • Select an option

  • Save samarthagarwal/dd0b486062f8e43591a20b249132cdbe to your computer and use it in GitHub Desktop.

Select an option

Save samarthagarwal/dd0b486062f8e43591a20b249132cdbe to your computer and use it in GitHub Desktop.
<ion-list>
<ion-item>
<ion-label>Spiderman</ion-label>
<ion-checkbox slot="end" color="primary" checked="true"></ion-checkbox>
</ion-item>
<ion-item>
<ion-label>Batman</ion-label>
<ion-checkbox slot="end" color="dark"></ion-checkbox>
</ion-item>
<ion-item>
<ion-checkbox slot="end" color="danger"></ion-checkbox>
<ion-label>Superman</ion-label>
</ion-item>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment