Element: <oj-c-checkboxset>

CORE PACK

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92238-01

DOM Interface: CCheckboxsetElement

Touch Information

Target Gesture Action
Checkbox Tap Select/unselect the checkbox
Checkbox's Label Tap Select/unselect the corresponding checkbox
Assistive help icon Tap If assistive text was setup for the checkbox, 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.
Checkbox Space Toggles the checkbox; If the checkbox is unselected, it will select it and vice versa.
Checkbox Tab Sets focus to the next focusable checkbox in the checkboxset or help icon if it is present. Disabled checkboxes are not focusable. If focus is on the last focusable checkbox in the checkboxset, focus goes to the next focusable item after the oj-c-checkboxset.
Checkbox Shift+Tab Sets focus to the previous focusable checkbox in the checkboxset. Disabled checkboxes are not focusable. If focus is on the first focusable checkbox in the checkboxset, focus goes to the previous focusable item before the oj-c-checkboxset.
Assistive help icon Tab In If the checkbox has assistive text, sets the focus on the icon. Hitting Enter or Space on the icon will launch a pop-up. Pressing F6 transfers the focus inside the popup and tabbing inside the popup will move focus to the link inside the popup, if one exists. Hitting Enter on the link will launch a new window with the url that was setup in the helpSourceLink property of the checkbox. See CheckboxsetDataItem for information on assistive properties of the checkbox.