Checkbox Properties

Properties for a checkbox that selects or unselects an option.

A checkbox is a small rectangle that is either selected (checked) or unselected (unchecked). The Checkbox control is supported for these platforms:

General

Property Description
Label
  • Label – text identifying the control on the user interface.
  • Label position – position of the label in relation to the control it describes.
Input data binding
  • Keyunique identifier within the current scope, used when setting or retrieving a value. Click New key to create a new key for the control.
    Note: If the value is not unique, the Problems view reports a missing key error.
  • Default value – default value for the control.
Read only Specifies that the control is read-only. Default: unselected.
Note: The read-only property is not supported on the Windows Mobile platform for the Checkbox, Slider, and Choice controls.

Advanced

Property Description
Validation
  • Required – specifies that user input is required.
  • Validation message – the error message displayed to the user if the input validation criteria do not match.