Ionic 2 Radio Button on Left Side

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

1 Like

Put an item-left attribute on the <ion-radio> element.

10 Likes

Just it :smiley: Thank you so much