The CheckBox control consists of an optional label and a small box that can contain a check mark or not.
You can place the optional text label to the left, right, top, or bottom of the CheckBox. When a user clicks a CheckBox control or its associated text, the CheckBox control changes its state from checked to unchecked or from unchecked to checked. CheckBox controls gather a set of true or false values that are not mutually exclusive.
FlexCheckBox is derived from the FlexButton class. No classes derive from this class.
FlexCheckBox inherits all its methods from FlexButton, FlexObject, FlexDisplayObject, and AnyWin.
FlexCheckBox inherits all its properties from FlexButton, FlexObject, FlexDisplayObject, and AnyWin.