Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 514 Bytes

checkbox-field-usage.md

File metadata and controls

executable file
·
23 lines (13 loc) · 514 Bytes

Home

CheckboxField

This widget is a checkbox form widget.

CheckboxField is intrinsically an <input type="checkbox"/> and accepts all of its attributes.

Usage

import { CheckboxField } from "react-simple-widgets/dist/checkbox-field";

<CheckboxField name label />;