Radio buttons presenter order

Hi there,

Looking at change the default order of the radio buttons from No/Yes, to Yes/No. There doesn’t seem to be any way to edit the order and I’d like to explore that option first before I have to do something drastic with CSS/JS.

radio

Any help would be much appreciated!

Craig

Hi @Craig.O

Unfortunately there is not a setting for this, but it can be done in the CSS using the ‘row-reverse’ class which is a setting for ‘flex-direction’, I hope this helps you achieve the desired affect.

Thanks,
Anthony

Hi Anthony,

Thanks for the tip!

Craig