Checkbox
---import { Checkbox } from "wf-components";---
<Checkbox label="Checkbox with label"></Checkbox>Props
label
Optional The label for the checkbox input.
disabled
Optional If the checkbox is disabled, it will not be clickable.
---import { Checkbox } from "wf-components";---<Checkbox label="Checkbox with label" disabled></Checkbox>