Ionic alert with right to left radio buttons

I need to design ionic-alert with radio buttons.

The default design looks like this:
image

But I need the radio buttons to be right to left. So I changed ths css to direction: rtl; and it did the job but the circle buttons dissapeared, as you can see in the following image:
image

How can I have ionic-alert with radion buttons aligned right to left with the circle buttons at the right of the text?

The answer on stackoverflow ionic alert with right to left radio buttons - Stack Overflow