Skyway Checkbox

Description

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

Required

Select Variable

The variable bound to the Skyway Checkbox. Only valid boolean variables from the current Web Model are enabled in the Checkbox Field dropdown.

 

Optional

Events

See Web Events

 

Advanced Properties

See Advanced Properties

 

Validation

All required fields are specified.

 

Usage Notes

  1. The Skyway Checkbox web control must be placed on a Skyway Form within the HTML editor.

  2. 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.