-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Checkbox Component
Roman Makarskiy edited this page Feb 15, 2019
·
5 revisions
The JSON Schema definition for this component is defined as follows.
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 |
Display Users submitted data into a table inside the admin dashboard?