Options
NameTypeRequired
namestring
labelstring
helperTextstring
descriptionstring
isDisabledboolean
isReadOnlyboolean
onTextstring
offTextstring
export default {
  "fields": [
    {
      "component": "switch",
      "label": "Switch",
      "name": "switch"
    }
  ]
};

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