79342930

Date: 2025-01-09 14:20:54
Score: 0.5
Natty:
Report link

ion-checkbox {
  --size: 24px;
}
  <ion-item>
    <ion-label>ACCEPT TERMS</ion-label>
    <ion-checkbox slot="start"></ion-checkbox>
  </ion-item>

Using --size property you can increase the size of the checkbox

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: IAM5K