LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


value

(Inherited from IntegralUIBaseValueComponent)

Specifies the current value of the CheckBox component.

Property Value

A Boolean value. The default is false, stating that CheckBox is unchecked.

Remarks

This property is not used directly in most cases. Instead, use the ngModel directive, mostly in Angular Forms. Any changes to this property value via ngModel are reflected to checked and checkState properties.

Version Information

Supported in: v1.0.

See Also