If I have a group of radio buttons, only one radio button can be checked at one time in the group. Is there a property such that I can specify multiple radio buttons to be part of a group?
This is the situation:
I have two radio buttons, and when one of these two radio buttons is checked, I then wish for the user to decide on another radio button to check from another two radio buttons. I can place the two sets of radio buttons into a panel too distinguish them, yet am wondering if there is a collection property that can do this as well, rather than having to use a panel.
This is the situation:
I have two radio buttons, and when one of these two radio buttons is checked, I then wish for the user to decide on another radio button to check from another two radio buttons. I can place the two sets of radio buttons into a panel too distinguish them, yet am wondering if there is a collection property that can do this as well, rather than having to use a panel.