Files
noodl-docs/nodes/ui-controls/radio-button-group/README.md
2023-09-22 12:35:24 +02:00

3.8 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true 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.

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.

<##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:

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"