Previous Topic: Radio GroupNext Topic: ca_pam_selectRadio(_id, radio_id)


ca_pam_isSelectRadio (_id, radio_id)

Determines whether a specific radio option is selected.

Input Parameters
_id (string)

Specifies the unique identifier of a Radio Group field.

radio_id (string)

Specifies the unique identifier of a specific radio option button in a group.

Return Value
Value (boolean)

True if the check button is selected, false otherwise.

Example
ca_pam_isSelectRadio('Form.Transportation', 'Form.Transportation.Option_01_Air')

Transportation is a group with two option buttons with the following IDs:

This example returns "true" if the Air option button in the Transportation group is selected or "false" if any other option is selected.