LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.CheckBox Properties

A list of properties in IntegralUI CheckBox directive.

Properties


  • autoCheck
  • Determines whether check value is changed with clicks on CheckBox title
  • checked
  • Determines the state (true, false) of the CheckBox directive
  • checkState
  • Determines the state (checked, indeterminate or unchecked) of the CheckBox directive
  • controlStyle
  • Specifies the CSS styles by which CheckBox appearance is set
  • enabled
  • Determines whether CheckBox is enabled or disabled
  • events
  • Specifies an object that holds all event handlers in the CheckBox directive
  • name
  • Gets or sets the name of the CheckBox
  • options
  • Specifies an object that holds all options available in the CheckBox
  • rtl
  • Determines whether right-to-left layout is active
  • text
  • Specifies the CheckBox title
  • threeState
  • Determines whether CheckBox can accept two or tri-state values