palcarazm/bootstrap5-toggle

[FEATURE] Switch toggle from keyboard

palcarazm opened this issue ยท 1 comments

Is your feature request related to a problem? Please describe.
When filling in a basic HTML form, some users prefer to use only the keyboard, tabbing through the fields and entering values.
Normal checkboxes can be toggled by hitting space when they're in focus.

Describe the solution you'd like

  • Add a key event to toggle elements and if toggle is focused and space bar is pressed, toggle state of toggle element.

Describe alternatives you've considered
๐Ÿ˜ž

Additional context
Original from :

โ˜‘๏ธ Task list

  • Develop feature/fix jQuery
  • Develop feature/fix ECMAS
  • Add cypress test coverage
  • Update docs (is needed)

Hi! ๐Ÿ‘‹
Thanks for your issue. You are helping to improve Bootstrap 5 toggle.