Options
NameTypeRequired
namestring
labelstring
helperTextstring
descriptionstring
isDisabledboolean
isReadOnlyboolean
optionsarray
export default {
  "fields": [
    {
      "component": "checkbox",
      "label": "Checkbox",
      "name": "checkbox"
    }
  ]
};

This component also accepts all other original props, please see here!