Previous Topic: ca_pam_isSelectedCheckBox(_id)Next Topic: Date


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.