Radio button control

A radio button is a control that allows users to choose one of a predefined set of options. Radio buttons are organized in groups of two or more. Radio buttons typically appear as little circles that are either empty (for unselected) or contain a dot (selected). When you select a radio button, the previously selected button in the same group is deselected.

Properties

Attribute name Description

Control ID

Each control in a presentation is assigned a unique Control ID that is read-only.

Default Label

This read-only value is the label defaults to the database attribute bound to the radio button group control.

Label

You can specify a label that identifies the control to the user. If you do not enter a label, the button is blank. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.

Button Value

Specify a data attribute for an individual button control. If you do not automatically populate a Radio Button Group with a predefined list of values linked to a data attribute, then you can enter individual values for each button that you manually add to a group.

Signature Option

You can specify a signature option that can restrict access to this control or change the properties of this control based on a condition that you specify. To create a signature option, click Add/Modify Signature Options in the Select Action menu. To specify a condition, click the Configure Conditional Properties button.

Sig Option Data Source ID

An MBO must be used to evaluate whether or not a user has access to a signature option. Specify the value of the data source that performs this evaluation if it is different to the data source that is configured for this control.



Feedback