Type '{ id: string; label: string; checked: false; onChange: () => void; }' is not assignable to type 'Partial<{ id?: string | undefined; label: string; checked: boolean; onChange: (event?: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; inputProps?: InputHTMLAttributes<...> | undefined; variant: "default" | "compact"; }> & { ...; }'.