Checkbox

A checkbox is a component that is toggled on or off by the user.

Imports

`Checkbox` - The actual checkbox component, it's also exported as default.

Installation

npx neel-ui add checkbox

Example

API Reference

Props of the `checkbox` component. * denotes the default value.

Attribute
Type
Description
Parent
checked
`boolean`
Whether the checkbox is on or off.
`Checkbox`