A RadioGroup is used to coordinate the activity of a group of RadioButtons. It ensures that only one of the RadioButtons is on at a time, and provides a value property which is equal to the value of the currently selected RadioButton. It also provides an action property which is invoked when the user changes the selection.
- action
- Action to perform when the value changes as a result of the user clicking on a radio button.
---