Version

ImageCheckBox class

Represents an Image CheckBox capable of display in tri-state or bi-state mode. In bi-state the checkbox offers two states - checked and unchecked. In tri-state the checkbox offers three states - checked, unchecked and partial.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.ImageCheckBox = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.ImageCheckBox();
Inheritance Hierarchy

Object
   Sys.Component
      Infragistics.Web.UI.ObjectBase
         Infragistics.Web.UI.ImageObject
            Infragistics.Web.UI.ImageCheckBox

See Also