Checkbox
A control that allows the user to toggle between checked and not checked.
Was this example helpful?
Usage#
import { Checkbox } from "@medusajs/ui"
API Reference#
This component is based on the Radix UI Checkbox primitive.
Examples#
Default#
Was this example helpful?
Checked#
Was this example helpful?
Disabled#
Was this example helpful?
Indeterminate#
Was this example helpful?