I created like three radio buttons for one user form , is there a way to make sure that when one of the radio button is selected the other two get deselected?
I hope the question is clear but if it is not let me know.
I’m curious about this too. The only thing I’ve thought of is to over-design the number of radio buttons as the variant and then detach and delete instances if necessary.
I found one of the prototypes where there were like 5 radio buttons and one of them is always selected. But the good point about is that just one of it is selected. The bad part is that you cannot have none of the radio buttons selected like as a default state. Let me know if this helps.