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".
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".