easy-forms
Form components

Checkbox list

Multiple toggles rendered inline, with optional "select all".

Stores value[]. Use it when all options should be visible at once (versus a multi-select dropdown).

Preview
Live

Options

PropTypeDefaultDescription
options*Option[]The list of toggles.
verticalbooleanStack options vertically.
showSelectAllbooleanShow a "select all" toggle.
selectAllLabelstringCustom label for the select-all toggle.

Validators

Array validators: required, minLength, maxLength, and custom.

On this page