@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
11 lines (7 loc) • 462 B
Markdown
## Keyboard Shortcuts
The CheckBoxGroup does not implement any specific keyboard navigation. Everything is handled through the default browser behavior for `<input type="checkbox"/>`.
| Shortcut | Behavior |
| -------- | -------- |
| `Space` | Toggles checked state. It always looks at the `Value` of the CheckBox, regardless of the Indeterminate state. |
| `Shift + Tab` | Moves focus to previous checkbox. |
| `Down/Right` | Moves focus to next checkbox. |