Hello all, firstly sorry for my bad English.
I’m new with ionic 2 and I want to put the button on the left side, im using the following code
<ion-item>
<ion-label>Text</ion-label>
<ion-radio checked="true" value="1"></ion-radio>
</ion-item>
Result:
- Label Check
And i want:
- Check Label
Is it possible?
Thanks