This is my HTML:
<ion-item text-center>
<ion-label>Never Show Again</ion-label>
<ion-checkbox [(ngModel)]="noTute"></ion-checkbox>
</ion-item>
I am trying to align the checkbox as well as the label to the center, however, the checkbox always remains left-align and the label gets center-aligned separately after the checkbox (screenshot attached). Is there an ionic way of achieving this?