Checkbox Events
Click
The Click event is triggered when the checkbox is single-clicked. This event is commonly used with a checkbox or push button styles to process the code. In the Exec event handler, you typically query the Check property to determine the state of the checkbox.
• JScript
function CheckBox_Click(Inputs,Outputs) {};
• VBscript
Sub CheckBox_Click()