Adding Radio Button Element

The radio button element works as a mutually exclusive option button. In the mutually exclusive option buttons, you can select only one option at a given point of time.

To add the radio button element:

  1. On the left navigation pane, click Standard, and the Standard menu expands.
  2. Under Standard, scroll down and then locate the Radio Button element.
  1. Click the Radio Button element, and the Radio Button dialog box opens.
  1. On the Radio Button dialog box, enter values in the boxes as follows:
BoxDescription
LabelIn this box, enter the label (For example: – Gender) of the radio button. This label name can contain multiple options as radio button.
Absolute Json PathIn this box, enter the absolution Json path as follows:
$.POD.GENDER  

In the Json path, the Gender variable stores the value of radio button.
Is VisibleClick Yes if you want to make the element visible after the respective form is displayed.
Is EnableClick Yes if you want to make the element as an active element. The user can perform the function on the active element.
MandatoryClick Yes if you want to make the element as a mandatory element.
  1. After you enter values in the respective boxes, click CG Source, and the CG Source dialog box opens.
  1. On the CG Source dialog box, locate the CG Source left panel.
  2. Under CG Source, click Fixed, and a group of different fields opens.
  3. In the group of fields, enter values in the boxes as follows:
BoxDescription
CodeIn this box, enter abbreviated or one character code (For example: – 1) of the actual value. For instance: – You can enter 1 numeric value as a code for the radio button with value: Male.
ValueIn this box, enter the actual value (For example: – Male) of the radio button that is displayed on the form.
  1. To add the next radio button, click Add Row (Fig 3.1.2.4 (d)), and another group of fields opens.
  2. In the group of fields, enter values as follows:
    • In the Code box, enter 2.
    • In the Value box, enter Female.
  3. Repeat the steps 9 and 10 to add other radio buttons.
  4. After you add all the radio buttons, click Next, and the Value Sequence panel displays the details of radio buttons that you have added.
  1. After you ensure that the details of added radio buttons are correct, click Save, and the CG Source dialog box is closed.
  2. On the Radio Button dialog box, click Save, and the Radio Button element is successfully configured.
Was this article helpful?
YesNo