cancel
Showing results for 
Search instead for 
Did you mean: 

Radio button text to the right

Former Member
0 Kudos

i added a radio button to the rootuielementcontainer

The text of each option I get from the view context mapping.

But the text comes to the right of the radio button.

Any idea how to get it to the left? Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

That's not possible...

Regards / Guru

Former Member
0 Kudos

Hi,

I doubt if that's possible. But I can think of a workaround.

1. Instead of using the "<i>text</i>" property of the RadioButton, use a "<i>label</i>" for it. So keep the "<i>text</i>" property of the radio button empty.

2. Bind the "<i>text</i>" property of the label to the context (same as you are doing now for the "<i>text</i>" property of the radio button).

3. Change the "<i>design</i>" property of the label to "<i>light</i>". Select the radio button ID as the "<i>labelFor</i>" property of the label.

Regards,

Satyajit.