LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUICheckBox

Represents a CheckBox component for Angular.

Properties


  • checked
  • Specifies whether the CheckBox is checked or not
  • checkState
  • Specifies whether the state of CheckBox is unchecked, indetermined or checked
  • controlStyle
  • Specifies an object that contains all style settings for the CheckBox component
  • data
  • Specifies an object that holds data related to the component
  • enabled
  • Determines whether the component is enabled or disabled
  • name
  • Uniquely identifies the component
  • size
  • Gets or sets the component width and height in pixels
  • state
  • Specifies the component state: disabled, hovered, etc.
  • threeState
  • Determines whether the CheckBox displays two or three state values
  • value
  • Specifies the current value of the CheckBox component

Events


Methods


  • refresh
  • Updates the appearance of the component
  • updateLayout
  • Updates the layout of the component