A standard check box widget.
This class also serves as a base class for
RadioButton
.
Built-in Bidi Text Support
This widget is capable of automatically adjusting its direction according to
its content. This feature is controlled by
#setDirectionEstimator
or
passing a DirectionEstimator parameter to the constructor, and is off by
default.
CSS Style Rules
- .gwt-CheckBox
- the outer element
- .gwt-CheckBox-disabled
- applied when Checkbox is disabled
Example