qooxdoo

Universal JavaScript Framework

 

CheckBox

A CheckBox widget for Boolean values.

Preview Image

CheckBox

Features

  • Mouse and keyboard control.
  • Ellipsis: If the label does not fit into the widget bounds an ellipsis (”...”) is rendered at the end of the label.

Description

The CheckBox is a common widget found in many GUI applications. A CheckBox can be checked or not checked, either by mouse or keyboard. When the tri-state mode is enabled, there is an additional third state. The third state means that the CheckBox was neither checked nor unchecked, i.e. the state of the CheckBox is undetermined.

The CheckBox supports an optional plain text.

Also it is possible to combine a CheckBox with a TreeItem to construct a complex widget.

API

Here is a link to the API of the Widget:

Table Of Contents

Previous topic

Canvas

Next topic

ComboBox

This Page