Skip to content

Checkbox Component

Roman Makarskiy edited this page Feb 15, 2019 · 5 revisions

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
hideLabel Whether to hide the checkbox label or not when showing it in the form. true or false false true
datagridLabel The label to show as the column name when this element is placed within a data grid element. Any string false
name The HTML name to provide to this checkbox input Any valid HTML name value false
value The HTML value to provide to this checkbox input Any valid HTML value false