LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


checkedChanged(e)

Occurs when checked property value changes.

Event Data

ParamTypeDetails
eObjectAn event object that contains data about CheckBox state, checked or not.

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