Description
This is a group for radio buttons. It uses the RadioGroup.js to manage their states and knows the current value. See RadioButton documentation for details.
API properties
- variant selectedValue
- Holds the currently selected value.
Signals
-
Functions
- add
- Adds a button to the group.
- Parameter:
- check
- Sets a radio button checked. Only for internal use.
- Parameter:
- select
- Sets the radio button with 'value'checked.
- Parameter:
- variant value, the value to be selected
Example
RadioGroup { id: radioGroup }