Checkbox
Used in forms when a user needs to select multiple values from several options.
Installation
CLI
Add component to your project.
npx @perceptui/cli@latest add checkbox
Import from @perceptui/ui
Note: If you have installed @perceptui/ui
package, then import Checkbox from
@perceptui/ui
.
import { Checkbox } from "@perceptui/ui";
API References
Prop | Type | Description | Default |
---|---|---|---|
color | string | Color of the Checkbox | blue |
className | string | className | _ |
Examples
Color
Last updated on