Radio List

Radio Lists allow users to select one option from a list of options.

The first label here (black) represents the formatting when the option is unselected. The second label (blue) represents the formatting when the option is selected.

Properties

Form item name: This is the name that the encompassing form will use to access the output of the checkbox. See Custom Form for how it's used.

Active value: The value of the default option that will be selected.

Options: Each option has 2 input boxes. The upper box holds the actual value the checkbox takes (that will be able to be used from the output array) and the lower box holds the display name of that checkbox.

Hover with active: Change color of the option when hovered over.

See Form Check for data validation.

See Tooltip for tooltip configurations.

Output

The output will be the value of the option that's selected.

Supported Events

Change: Triggered when a user clicks one an option.

Validate change: Triggered when the change is validated.

Supported Actions

Set Active Value: Set the output value.

Set Validate Result: Set whether the input is valid.

Set Data: Change element data. See Data Store.

Set Loading: Set loading animation. See Set loading animations.

Visit Interactions for more on events and actions.

Last updated