mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
25 lines
620 B
Markdown
25 lines
620 B
Markdown
# @nextui-org/checkbox
|
|
|
|
Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.
|
|
|
|
Please refer to the [documentation](https://nextui.org/docs/components/checkbox) for more information.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
yarn add @nextui-org/checkbox
|
|
# or
|
|
npm i @nextui-org/checkbox
|
|
```
|
|
|
|
## Contribution
|
|
|
|
Yes please! See the
|
|
[contributing guidelines](https://github.com/nextui-org/nextui/blob/master/CONTRIBUTING.md)
|
|
for details.
|
|
|
|
## Licence
|
|
|
|
This project is licensed under the terms of the
|
|
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE).
|