export type { CheckboxPropsType } from './props'

export type CheckboxLabelType = string | number | boolean
