Member variable XbpCheckBox():caption Foundation
The caption of the checkbox.
The caption is the part of the checkbox displaying text. Only the caption (and not the button area) can be altered. The caption text must be assigned as a character string before the method :create() is called.
To change only the background color to differ from the default value, a color constant can be assigned to the instance variable :colorBG. If the parent is the drawing area of a dialog window (XbpDialog:drawingArea) the background color can be set for all children using the method XbpDialog:drawingArea:setColorBG().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.