## 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. |
