Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

68fc138 · Dec 19, 2024

History

History
15 lines (13 loc) · 357 Bytes
·

example_component_html.md

File metadata and controls

15 lines (13 loc) · 357 Bytes
·
<ion-list>
  <ion-item>
    <ion-checkbox justify="start">Packed at the Start of Line</ion-checkbox>
  </ion-item>

  <ion-item>
    <ion-checkbox justify="end">Packed at the End of Line</ion-checkbox>
  </ion-item>

  <ion-item>
    <ion-checkbox justify="space-between">Space Between Label and Control</ion-checkbox>
  </ion-item>
</ion-list>