Last active
August 10, 2018 10:49
-
-
Save samarthagarwal/dd0b486062f8e43591a20b249132cdbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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