markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 100 forks source link

Change aria-role to switch from checkbox #19

Closed saitonakamura closed 5 years ago

saitonakamura commented 6 years ago

There's a special aria-role=switch for switches (it has more specific states: on and off instead of checked and unchecked), so I suggest to use it

saitonakamura commented 5 years ago

Bump

markusenglund commented 5 years ago

Hey, sorry for being unresponsive. I like the change 👍

saitonakamura commented 5 years ago

Cool, thank you!