DocsComponents

Checkbox

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

PropTypeDescriptionDefault
colorstringColor of the Checkboxblue
classNamestringclassName_

Examples

Color

Last updated on