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 there
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.
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.