Foundations
Components
- Accordion
- Alert Dialog
- Avatar
- Badge
- Banner
- BreadcrumbSOON
- Button
- Button Group
- Calendar
- Callout
- Card
- Checkbox
- CodeblockSOON
- Color Picker
- Container
- Control Group
- Dialog
- Dropdown
- File Uploader
- FlexBox
- FormSOON
- Grid View
- IconSOON
- ImageSOON
- Input
- Link
- List
- MenuSOON
- PaginationSOON
- Popover
- Progress
- Radio
- Section
- Select
- Separator
- Skeleton
- SliderSOON
- SpinnerSOON
- Switch
- Table
- Tabs
- Tag
- Textarea
- ToastSOON
- Tooltip
Checkbox
Our Checkbox makes option selection a cakewalk. One or many, pick what you fancy!Example
API Reference
| Component | Description |
|---|---|
| Checkbox | The decision maker. The small clickable box that lets users toggle between choices, perfect for when you need to pick any number of options from a set. |
Component Properties
Checkbox
| Prop | Type | Default | Explanation |
|---|---|---|---|
size | string | sm | The size of the checkbox. |
color | string | default | The color theme of the checkbox. |
radius | string | default | The border radius of the checkbox. |
shadow | string | none | The shadow depth of the checkbox. |
checked | boolean | false | The checked state of the checkbox. |
label | string | - | The label text for the checkbox. |
onChange | (checked: boolean) => void | - | Callback function when the checked state changes. |