This widget is a checkbox form widget.
CheckboxField is intrinsically an <input type="checkbox"/>
and accepts all of its attributes.
import { CheckboxField } from "react-simple-widgets/dist/checkbox-field";
<CheckboxField name label />;
-
name: string
The key of the widget's value in the Formik provider
-
label?: string