- Loading...
Author: Jindrich Dinga
This document is the user experience specification for JavaFX CheckBox control.
...
A check mark within the checkbox indicates that the setting is selected. The following figure shows both available and unavailable checkboxes in selected and unselected states.
Figure 1 CheckBoxes
The user clicks a CheckBox to switch its setting from OFF to ON, or ON to OFF. When a CheckBox is unavailable, the user cannot change its setting.
...
Figure 2 States of Checkboxes
...
Figure 3 CheckBox Menu Items
You can use checkbox menu items to present users with a nonexclusive choice.
...
The following chapters describe how CheckBoxes/Switches are activated/deactivated. Navigation for check box menu items is described in the Menu UE Spec.
The following table describes actions that are performed when users click on:
Action | |
---|---|
CheckBox | Toggle state (checked, not checked, mixed). |
...
The following table describes actions that are performed when users tap on:
...
Action | |
---|---|
UP/DOWN/LEFT/RIGHT | Move focus up/down/left/right. |
OK/SELECT | Toggle state (checked, not checked, mixed). |
...
The following table describes actions that are performed when a CheckBox is focused and users press the following keys:
...