-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Checkbox Component
Mike edited this page Jun 5, 2025
·
6 revisions
For updated documentation about the Checkbox component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Checkbox",
"tableView": false,
"key": "checkbox",
"type": "checkbox",
"input": true
}
This component uses the core properties defined within the Common Parameters section.
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 |