Table of Contents
CheckBox
A CheckBox widget for Boolean values.
Preview Image
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 widget is a normal widget for a GUI Application. The CheckBox supports an optional plain text.
Also it is possible to combine a CheckBox with a TreeItem to construct a complex widget.
Demos
Here are some links that demonstrate the usage of the widget:
API
Here is a link to the API of the Widget:
qx.ui.form.CheckBox

