Create style variants for RadioButton +

Hi! I am trying to create a Radio Button group with custom styles from UI builder interface.

I need to create many different style variants of Radio Buttons to use, and I’m not able to add new styles to children of the default Radio Button control.

Is there any way to do this from the UI builder interface?
I’ve already added many of the base styles of a Radio Button to the Stylesheet and edited them there7895773--1005547--upload_2022-2-14_13-5-12.png
But this only works 1 time, since all other Radio Buttons in the panel will inherit this same styles.

Bonus question: I can’t seem to make checkmark-background style change when toggle is checked, only change the whole toggle background.

Thanks in advance

1 Like

Let me know if you find something. I asked a similar question here: How do you change a toggle/checkbox's image?

Also, have you figured out how to “link” radio buttons together where the value changes in the RadioButtonGroup?

The second one you can solve as previously said, but I found that if I want to use a RadioButton as template what you can do is add a GroupBox, and drag all the radiobuttons you want as children of that groupbox. What that will do is make all children radiobutton link to each other.

Hope my progress can help yours, I’m currently trying to grab which one of the RadioButton is “on” so a panel in another section can be enabled/disabled.

Hope it helps