JoseRFelix/react-toggle-dark-mode

Should be accessible via keyboard

Opened this issue · 1 comments

What can be done is wrap it in a button or an anchor tag and pass the click function else you can make it like it will use onclick function if defined otherwise checked variable will have the value from props.

const toggle = () => onChange(!checked);

I agree. The SVG icon needs to be wrapped in a button element.