Skip to content
Cloudflare Docs

Checkbox

Checkbox is used 0 times on 0 pages.

Pages which use Checkbox

Used 0 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.