LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


checkStateChanged(e)

Occurs when checkState property value changes.

Event Data

ParamTypeDetails
eObjectAn event object that contains data about CheckBox state: unchecked, indetermined or checked.

Remarks

The following object is carried with this event:

  • checked - boolean, specifies whether the CheckBox is checked or unchecked
  • checkState - An IntegralUICheckState value, specifies whether the CheckBox is unchecked, indetermined or checked

Depending on whether the CheckBox displays two or three state values, this event values changes accordingly.

Version Information

Supported in: v1.0.

See Also