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