--- title: Checkbox description: A control that allows the user to toggle between checked and not checked. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ```tsx ``` ## Props
## Credits - We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/checkbox) for the checkbox component. - We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/checkbox) for the checkbox style.