Checkbox
An accessible checkbox component with support for indeterminate state, custom styling via render props, and keyboard navigation.
- Accessible checkbox with ARIA support
- Render prop API for full style control
- Indeterminate state support
- Keyboard navigation (Space to toggle)
- Works as controlled or uncontrolled
Overview
The Checkbox component provides an accessible toggle input built on WAI-ARIA checkbox pattern. It supports render props for full visual customization, indeterminate state, and works seamlessly with form libraries.