# Checkbox Group

Checkbox Group is a component that allows users to select multiple options from a list of options.

## Installation

```bash
npm install @diceui/checkbox-group
# or
pnpm add @diceui/checkbox-group
# or
yarn add @diceui/checkbox-group
# or
bun add @diceui/checkbox-group
```
