Radio button element
The radio button element contains a list of options which correspond to an underlying value, and optional descriptions of the options. You can manually specify a static list of options, or populate the options dynamically from a callback response array.
Properties
ID: is used to refer to the element in mappings, etc.
Field type: specifies what kind of data this element represents.
Note
This property is only available in the CyberApp enablement form and the Customer enablement form.
Connection settings: indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way. LabelOptional text displayed above the radio button element.Width
DefaultThis is for backward compatibility purposes only. Fit (see examples)Sets the width according to the options (see below). Fill (see examples)Uses all of the available width.For more information, see Element distribution.Layout
VerticalThis options are listed vertically. Horizontal - single rowIf your options are too long to fit in the available space, a horizontal scroll bar is displayed. Horizontal - multiple rowsIf your options are too long to fit in the available space, they are wrapped to another row.Background section
Background colorThere are several options.Default is transparent.Border section
Note
If you want a border for your radio button, you must to set the Top border, Bottom border, Right border and/or Left border to Solid.
Border colorThere are several options. Border radiusCurvature of the border corners.
Default
None (Default)
Small
Medium
Large
Top border, Right border, Bottom border, Left borderThese properties control the line style of the four border sections.
Default
None (Default)
Solid
Options section specifies the list of radio button options. There are two ways to specify the options:
Static.For more information, see Building a static radio button option list. Callback.For more information, see Building a dynamic radio button option list.
Examples
Horizontal and vertical examples

Border radius examples
