Radio
Single component value Radio group - RadioGroup, single-choice field.

✅ When to use:
There is one choice, and the options are short and fixed (e.g., “Are you married?” YES/NO).
❌ When not to use:
The list is long or requires search (e.g., list of countries). Use: Combobox.
The choice is a product with a name, description, graphic, or additional information. Use: ProductSelector.
The choice should be shown graphically, with a title and additional content. Use: Tile.
Component properties
Field text label (section Basic properties)
text
Text label assigned to the field Radio. Displayed to the user during application presentation. It is possible to reference variables or fields, e.g.: ${sessionVariableName} or ${GesTextField1}
Value of the selected field (section Basic properties)
option
Value of the selected field Radio. Used as a value RadioGroup containing the field, used in application conditions, and as the value for the completed application.
Description (section Other)
description
Field description
Formatting with Wiki Markup
wiki
Specifies whether data passed from Content (TextContent) should be formatted using Wiki Markup (initially set to "false"). Radio content can be supplied from Content via External data source.
More information about the component properties: Common component properties


Last updated
Was this helpful?
