- Loading...
...
The following table describes actions that are performed when a RadioButton group is focused and users press the following keys:
| UP/LEFT Arrow | Move focus to the previous radio button in the group and select that button. If focus is on the first radio button, move focus to the last radio button in the group and select that button. |
| DOWN/RIGHT Arrow | Move focus to the next radio button in the group and selects select that button. If focus is on the last radio button, move focus to the first radio button in the group and select that button. |
| SPACEBAR | Select the focused radio button and deselect other radio buttons in the group. |
| TAB | When users tab into the group, focus goes to the selected button. If no radio button is selected, focus goes to the first radio button in the group. Pressing Tab again moves focus out of the group to the next focusable control. Move focus to next focusable control. |
| SHIFT-TAB | When users shift-tab into the group, focus goes to the selected button. If no radio button is selected, focus goes to the last radio button in the group. Pressing Shift-Tab again moves focus out of the group to the previous focusable control. Move focus to previous focusable control. |
...