Version

checkState Property

Gets the current CheckBoxState of the Node. 0-Unchecked, 1-Checked, 2-Partial.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_checkState() : Integer
function set_checkState(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_checkState();
See Also