A customizable and easy-to-use checkbox component for React. This package provides a flexible, accessible, and stylish checkbox UI that can be easily integrated into any React project.
- Fully customizable styles
- Accessible and keyboard-friendly
- Lightweight and fast
- Easy integration with React projects
npm install react-checkbox-css
import Checkbox from 'react-checkbox-css';
function App() {
return (
<Checkbox label="Accept Terms" />
);
}
- React
- Babel
Mehfooz-ur-Rehman
MIT