export interface IListItemProps { checked: boolean multiple: boolean disabled?: boolean label: string [key: string]: any }