Radio Button Group

Radio button groups let the application user select items, for example to set a filter.

The radio button group widget has the following specific properties:

Property

Property Value

Property Description

Name

String

Defines the unique name of a radio button group. If you do not enter a name, the system takes the default name (for example RadioButtonGroup_1).

Display Option

Vertical Option, Horizontal Option

Specifies the display options.

Label Text

on, off, String

If checked, you can enter a label text for the widget.

Radio Button Group Style Properties

Property

Property Value

Property Description

Border

color

Specifies the border color.

Background

color

Specifies the background color.

Check Mark

color

Specifies the check mark color.

Radio Button Group Properties Located in the Builder Panel

Property

Property Value

Property Description

Value

list of values

With the value property, you can add values, change the order of values, or remove them. Each value has the following properties:
  • value

  • text (optional)

    If you enter a text for a value, the text is displayed. If no text is entered, the value is displayed.

If you want a specific value to be displayed by default, select the relevant value and mark it as Default. This is shown as the default in the radio button group.