LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


checkState

Specifies whether the state of CheckBox is unchecked, indetermined or checked.

Property Value

An IntegralUICheckState value. The default is Unchecked, stating that CheckBox is not checked.

Remarks

The following values are acceptable:

  • Unchecked - default state, checkbox is empty
  • Indeterminate - checkbox displays a check mark that is shaded or partial
  • Checked - checkbox displays a check mark

Version Information

Supported in: v1.0.

See Also