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
11 lines (10 loc) · 288 Bytes
·

example_component_html.md

File metadata and controls

11 lines (10 loc) · 288 Bytes
·
<ion-list>
  <ion-item>
    <ion-checkbox label-placement="stacked" alignment="start">Aligned to the Start</ion-checkbox>
  </ion-item>

  <ion-item>
    <ion-checkbox label-placement="stacked" alignment="center">Aligned to the Center</ion-checkbox>
  </ion-item>
</ion-list>