Radio Button Group
This node is a non visual control used to group Radio Button nodes. The Radio Button must be placed in a Radio Button Group node to function properly.
The output of the Radio Button Group node is the Value of the selected Radio Button. Only one Radio Button in a Radio Button Group can be selected at the same time.
Inputs
Data | Description |
---|---|
Value | The value of the current selected radio button. By changing this value will change which radio button is currently selected. |
It can be enabled and disabled using the Enabled input:
@include "../../shared-props/inputs/_enabled.md"
Visual
This node supports the following Visual Input Properties:
- Margin
- Padding
- Alignment
- Dimensions
- Layout
- Style
- Placement
- Dimension Constraints
- Other
- Advanced HTML
Outputs
Data | Description |
---|---|
Value | The current selected radio button value will be output here. |
Signal | Description |
---|---|
Changed | This event is triggered when the Value of the radio button group is changed due to user interaction. |
Visual
This node supports the following Visual Output Properties:
@include "../../shared-props/inputs/_visual-input-properties.md"
@include "../../shared-props/outputs/_visual-output-properties.md"