Determines whether a check box is selected (true) or a check box is cleared (false).
Specifies the unique identifier of the Check Box field to evaluate.
True if the check box is selected, false otherwise.
ca_pam_isSelectedCheckBox('Form.ckbxInsBuy')
The ckbxInsBuy check box label is Purchase Insurance. This example code returns "true" when the Purchase Insurance check box is selected. The code returns "false" when the check box is cleared.
You can also find this function in the out-of-the-box content in CA Process Automation.
|
Copyright © 2014 CA.
All rights reserved.
|
|