/**
 * @fileoverview Checkbox component exports
 */
export { Checkbox } from './Checkbox';
export type { CheckboxProps } from './Checkbox';
