Event XbpCheckBox():selected Foundation

Checkbox has been selected.

Syntax
:selected := {| lCheck, uNIL, self | ... }
:selected ( <lCheck> ) --> self
xbeP_Selected (1048912)
Parameters
<lCheck>
<lCheck> is the current value in the edit buffer of the checkbox. This is the value stored when the callback method is executed.
Return

This method returns the object executing the method (self).

Description

The xbeP_Selected event is generated after the checkbox is selected by the user clicking the left mouse button, or using the space bar if the XbpCheckBox object has input focus. The value is changed in the edit buffer when this event occurs. Within the callback code block or the callback method, the current value in the edit buffer is usually retrieved using the method :getData(). If a data code block is contained in the instance variable :dataLink, it is executed.

Feedback

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.