The Skyway Checkbox web control binds a boolean variable to a checkbox on a web page. A checked Skyway Checkbox means that the boolean variable is set to "true". An unchecked Skyway Checkbox means that the boolean variable is set to "false".
Setting Parameters

The variable bound to the Skyway Checkbox. Only valid boolean variables from the current Web Model are enabled in the Checkbox Field dropdown.
See Web Events
All required fields are specified.
The Skyway Checkbox web control must be placed on a Skyway Form within the HTML editor.
When the form containing the Skyway Checkbox is submitted at runtime, the checked or unchecked state of the checkbox is stored back into the bound variable as a value of "true" or "false", respectively.