Binary choice controls
Interactive preview of the Checkbox component with different variants.
Install the package via npm:
npm install apex-design-systemimport { Checkbox, Label } from 'apex-design-system';<div className="flex items-center gap-2">
<Checkbox id="terms" />
<Label htmlFor="terms">Accept terms and conditions</Label>
</div>This component follows WAI-ARIA best practices and is WCAG 2.1 AA compliant. It includes proper keyboard navigation, focus management, and screen reader support.