[C++]
class CXlControlCheckBox
The CXlControlCheckBox class instantiates an check-box field. The text associated with the control can be read and set by calling GetText() and SetText().
The checked state of the field is read and set by calling GetChecked and SetChecked methods.
If the CXlControlCheckBox is set to be a trigger (with the SetTrigger method), then the OnCheckBox() event handler will be called whever the checked state is changed.
Header: xldialog.h
CXlControlCheckBox Methods
| xldialog.h
| CXlDialog object
| CXlControl object