Rc Checkbox
rc-checkbox
checkbox ui component for react
Component Libraries
react
react-component
react-checkbox
checkbox
rc-checkbox
Component Libraries
javascript
npm
frontend
open source
Stars
438
Weekly
2.0M
Open issues
5
Bundle
~25 kB
Installation
npm install rc-checkboxCode example
import { Button } from "rc-checkbox";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by afc163
- 2.0M weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 5 open issues on GitHub