jsx3.gui.CheckBoxAPI


DestroyFires after this checkbox is removed from the DOM.
ToggleFires when the user changes the state of this checkbox.

Togglejsxtoggle

Fires when the user changes the state of this checkbox.

Context Variables

this {jsx3.gui.CheckBox} - the object that publishes this event.
objEVENT {jsx3.gui.Event} - the browser event that triggers this event. May be null if this event is triggered by calling setChecked().
intCHECKED {int} - the state of the checkbox: 1 (checked) or 0.

Destroyjsxdestroy

Fires after this checkbox is removed from the DOM.

Context Variables

this {jsx3.gui.CheckBox} - the object that publishes this event.
objPARENT {jsx3.app.Model} - the parent of this checkbox before it is removed from the DOM.