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.

...