Radio Button

This component represents a set of radio buttons combined into a single group. Users can select only one radio button at a time within a radio button group.

Public Variables (Properties)

[?]

Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings.

Selected Value

Defines radio button selected by default. The value of this property must be identical to the value field of the data variable for the particular radio button.

Variable Name:

selectedValue

Records:

1

Record Format:

Field Name

Field Type

Field Description

selectedValue

String

Selected Value

Button Data

This property defines a list of radio buttons displayed by the component.

Variable Name:

data

Records:

0..unlimited

Record Format:

Field Name

Field Type

Field Description

value

String

Value. Defines the value of the particular radio button - unique text identifier which allows accessing the current radio button using bindings.

label

String

Label. The text of the radio button label.

disabled

Boolean

Disabled. This flag defines if the radio button is disabled. The disabled radio button is rendered as grayed-out and cannot be selected.

Label

The text of the radio button group header.

Variable Name:

label

Records:

1

Record Format:

Field Name

Field Type

Field Description

label

String

Label

Disable All

This flag disables all radio buttons. Disabled radio buttons are rendered as grayed-out and cannot be selected.

Variable Name:

disabledAll

Records:

1

Record Format:

Field Name

Field Type

Field Description

disabledAll

Boolean

Disable All

Public Events

[?]

Common Events: none

Was this page helpful?