cancel
Showing results for 
Search instead for 
Did you mean: 

Align texts with RadioButtonGroup

xyla
Participant
0 Kudos

Hello All,

I have a RadioButtonGroup with 3 columns, and I would like to assign to every column a header text. I have difficulties aligning the texts with the columns.

I tried to create a matrix layout with 3 columns for the texts, and align them by setting manually the width of the matrix columns. This solution fails when the language changes (i18n), or the screen width changes.

Any ideas how I could achieve an allignment at all times?


Thanks in advance!

Szilamér

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182862
Active Contributor
0 Kudos

Hi Szilamér

Will this work?

JS Bin - Collaborative JavaScript Debugging

Thanks

-D

xyla
Participant
0 Kudos

Hi Dennis,

thanks for the effort, but this does't solve my problem. You used 3 different RadioButtonGroups.I need just one (from all the options in the 3 columns, only one at a time should be selected).

BR,

Szilamér