Checkbox
Accessible custom checkbox
Preview
Accept terms and conditions
Usage
import { Checkbox } from '@aaroh/react-ui';
export default function Example() {
return (
<Checkbox>
Click Me
</Checkbox>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
