Components
Checkbox

Checkbox

The Checkbox checkbox field is the boolean basic input field.

Example

{
  "component": "checkbox",
  "label": "My checkbox field",
  "name": "my_checkbox",
  "hint": "Some help for this checkbox",
  "react-antd": {
    "tooltip": false
  },
  "react-rsuite5": {
    "tooltip": true
  }
}
Loading...

Reference

PropertyTypeDescription
componentstring
= "checkbox"
namestringThe name of the field and the key of the JSON
labelstring | i18nLabel of the field
hintstring | i18nHelp text for the field (generally shown below the input box)
disabledbooleanDisables and greys out the field
readOnlybooleanPut the field in read only mode
hiddenbooleanHides the field from the form
Pick up a framework to show specific properties
Bootstrap
React Suite