Skip to content
Cloudflare Docs

Checkbox

Checkbox is used 4 times on 1 pages.

Pages which use Checkbox

Used 4 times.

Pages

Partials

    The Checkbox component is a custom checkbox that persists its state in local storage.

    import { Checkbox } from "~/components";
    <Checkbox label="Step one" />
    <Checkbox label="Step two" />
    <Checkbox label="Step three" />

    Props

    • label string required

      The label for the checkbox.