export interface CheckboxProps {
    error?: string,
    labelPositionLeft?: boolean,
    onChange?: any
    title?: string,
    value?: boolean,
}