I have a simple toggle and label in a ion-item:
<ion-item>
<ion-toggle checked="true"></ion-toggle>
<ion-label>Aangemeld blijven</ion-label>
</ion-item>
I want to acheve that the toggle is placed on the left hand side of the label, but my result is:
I tried the floating-left and right, but it doesn't help.
Do you have any suggestion?