Online documentation, manuals and tutorials
< All Topics
Print

Radio

Description

Radio Widget is used in radio groups — collections of radio buttons describing a set of related options. Only one radio in a given group can be selected at the same time. In group, each radio has different Value property and the same Group variable property.

Properties

Specific

Label

EXPRESSION (string)

Label displayed next to the radio widget.

Group variable

ASSIGNABLE EXPRESSION (any)

Variable in which value from Value property is stored when this radio widget is selected.

Value

EXPRESSION (any)

Value which will be stored in Group variable when this radio widget is selected. Also, by comparing this value with the Group variable it is decided if this radio widget is selected or not.

Enabled

EXPRESSION (any)

If it is true, then the radio is enabled, otherwise it will be disabled.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • Dashboard Widgets Demo
Page content