gix-components
gix-components copied to clipboard
feat: make Toggle support keyboard
Motivation
I noticed that Toggle couldn't be checked per keyboard navigation. This extend their accessibility for keyboard support.
Changes
- Add
keydownsupport and accessibility toTogglecomponent - Set
width: fit-contentgiven that the toggle can receive focus - i.e. scope active outline style to the element