Element: <oj-checkboxset>

Oracle® JavaScript Extension Toolkit (JET)
15.0.0

F75902-01

DOM Interface: CheckboxsetElement

Touch Information

Target Gesture Action
Checkbox Tap Select/unselect the checkbox
Checkbox's Label Tap Select/unselect the corresponding checkbox
Checkbox or Label Press & Hold If hints, help.instruction or messages exist in a notewindow, pop up the notewindow.

Keyboard Information

Target Key Action
Checkboxset Tab In Set focus to the first focusable checkbox in the checkboxset. Disabled checkboxes are not focusable. If hints, helpInstruction or messages exist in a notewindow, pop up the notewindow.
Checkbox Space Toggles the checkbox; Iff the checkbox is unselected, it will select it and vice versa.
Checkbox Tab Sets focus to the next focusable checkbox in the checkboxset. Disabled checkboxes are not focusable. If the target is the last focusable checkbox in the checkboxset, focus goes to the next focusable item after the oj-checkboxset.
Checkbox Shift+Tab Sets focus to the previous focusable checkbox in the checkboxset. Disabled checkboxes are not focusable. If the target is the first focusable checkbox in the checkboxset, focus goes to the previous focusable item before the oj-checkboxset.