Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Author: Jindrich Dinga

1. Introduction

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
Image RemovedImage Added

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
Image RemovedImage Added

 

CheckBox Menu Items

...

Figure 3 CheckBox Menu Items
Image RemovedImage Added 

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. 

Mouse Support

The following table describes actions that are performed when users click on:

 Action
CheckBoxToggle state (checked, not checked, mixed).

...

Touch Support

The following table describes actions that are performed when users tap on:

...

 Action
UP/DOWN/LEFT/RIGHTMove focus up/down/left/right.
OK/SELECTToggle state (checked, not checked, mixed).

...

Keyboard Support

The following table describes actions that are performed when a CheckBox is focused and users press the following keys:

...