Describe the bug
I cannot use the tab key to focus the toggle component.
To Reproduce
Steps to reproduce the behavior:
- Go to the style guide
- Click on the Atoms - Toggle headline
- Press the tab key
- Notice that the toggle do not have focus style
- Press space key
- Notice that the toggle value is not changing
Expected behavior
The toggle should have a focus style and be togglable using the keyboard.
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Edge
- Version: 134
Additional context
The checkbox input has display: none. Disabling this makes it work, but shows the native checkbox that we do not want to see.
Describe the bug
I cannot use the tab key to focus the toggle component.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The toggle should have a focus style and be togglable using the keyboard.
Desktop (please complete the following information):
Additional context
The checkbox input has
display: none. Disabling this makes it work, but shows the native checkbox that we do not want to see.