

Forms › The Form Designer › Form Element Functions › Form Elements › Check Box › ca_pam_selectCheckBox(_id, isSelect)
ca_pam_selectCheckBox(_id, isSelect)
Selects or clears a specified check box.
- Input Parameters
-
- _id (string)
-
Specifies the unique identifier of the Check Box field to select or clear.
- isSelect (boolean)
-
Specifies whether a field is selected (true) or a field is cleared (false).
- Return Value
-
None.
- Example
-
ca_pam_selectCheckBox('Form.ckbxInsBuy', true)
This example marks the ckbxInsBuy check box on the form.
- The ckbxInsBuy check box label is Purchase Insurance.
- The ca_pam_selectCheckBox function is useful if the user selects other options on the form that require the purchase of insurance.
Copyright © 2014 CA.
All rights reserved.
 
|
|