Why is the `MouseEvent` in the checkbox event handler not generic? November 28, 2022 by Tarik You’re probably using the DOM MouseEvent. Try using React.MouseEvent<HTMLInputElement> instead.