export type CheckboxProps = { label?: string subText?: string color?: string className?: string } & T