--- hide_title: true hide_table_of_contents: true title: Radio Button Group --- <##head##> # 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.
![](/nodes/ui-controls/radio-button-group/radio_button_visual.png)
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.
![](/nodes/ui-controls/radio-button-group/radio_button_node.png)
<##head##> ## 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](/nodes/shared-props/inputs/visual-input-properties/): - [Margin](/nodes/shared-props/inputs/visual-input-properties/#margin) - [Padding](/nodes/shared-props/inputs/visual-input-properties/#padding) - [Alignment](/nodes/shared-props/inputs/visual-input-properties/#alignment) - [Dimensions](/nodes/shared-props/inputs/visual-input-properties/#dimensions) - [Layout](/nodes/shared-props/inputs/visual-input-properties/) - [Style](/nodes/shared-props/inputs/visual-input-properties/#style) - [Placement](/nodes/shared-props/inputs/visual-input-properties/#placement) - [Dimension Constraints](/nodes/shared-props/inputs/visual-input-properties/#dimension-constraints) - [Other](/nodes/shared-props/inputs/visual-input-properties/#other) - [Advanced HTML](/nodes/shared-props/inputs/visual-input-properties/#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](/nodes/shared-props/outputs/visual-output-properties/): - [Bounding Box](/nodes/shared-props/outputs/visual-output-properties/#bounding-box) - [Mounted](/nodes/shared-props/outputs/visual-output-properties/#mounted) - [Other](/nodes/shared-props/outputs/visual-output-properties/#other)
@include "../shared-props/inputs/_visual-input-properties.md" @include "../shared-props/outputs/_visual-output-properties.md"