I finally figure out how to make a radio button group, but still am missing some important attributes. When I have a group like:
(o) Option 1
( ) Option 2
( ) Option 3
...it allows clicking on the radio button or the text label. I wanted to make a specific option greyed out but there doesn't seem to be a way to do that, so I decided to make it force back to Option 1 if the invalid option was chosen (long story; dependent on other things that must be enabled).
I am using Radio_GetMarkedOption() / Radio_SetMarkedOption() and when I do a Set, it changed the first time, but then leaves the highlight around the text, so if it's clicked a second time, it is ignored.
(o) Option 1
( ) Option 2
( ) [Option 3]
WHat attribute do I need to enable to ensure this fake radio box tree thing is linked? I am just trying to make it so if they select the third option, it pushed back to 1 if another checkbox (outside of this) is unselected.