export default interface Props extends CheckComponentTypes { // formContext: any } export interface CheckComponentTypes { onChange?: Function, name?: string, caption?: string, id?: any, validate?: any[], errorMessage?: string, disabled?: boolean, checked?: boolean, readOnly?: boolean, switchCheck?: boolean, color?: string, size?: string, customStyle?: string position?: string, componentId?:any, type?: string }