import type { CheckboxInputProps } from '../types'; export type CheckboxProps = CheckboxInputProps;