Version

state Property

Returns the CheckBoxState of the ImageCheckBox.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_state() : CheckBoxState
function set_state(value : CheckBoxState)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImageCheckBox.get_state();
See Also