Bttstrp / bootstrap-switch

Turn checkboxes and radio buttons in toggle switches.
MIT License
5.08k stars 1.44k forks source link

Accessibility #690

Open viktorix opened 6 years ago

viktorix commented 6 years ago

Switch isn't accessible right now. Since it uses span and has no tabindex set, keyboard navigation isn't possible so it's not accessible. It would be good to get some basic accessibility in place, add tabindex and aria-label for onText and offText. And based on input type, specify role="checkbox" or role="radio".