Type '{ key: any; inline: boolean | undefined; custom: true; required: boolean | undefined; checked: boolean; className: string; type: "checkbox"; id: string; name: string; label: string; autoFocus: boolean | undefined; ... 4 more ...; "aria-describedby": string; }' is not assignable to type 'IntrinsicAttributes & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, BsPrefixProps<...> & FormCheckProps> & BsPrefixProps<...> & FormCheckProps & { ...; }'.