Checkbox and Radio (data-toggle buttons) are not accessible by pressing tab
Created by: jeffkevin
Tested on all major browsers in windows 8.1
Checkbox and radio buttons are not accessible when pressing the TAB key, to see the bug
- visit http://getbootstrap.com/javascript/#buttons-examples.
- click the single toggle button to select it.
- now press tab.
expected result: focus on the checkbox below it. current result: jumped to the link skipping both the checkbox and radio buttons.