Sets a boolean value that indicates whether the check box for the node is checked.
public void setChecked( boolean value )
value
Set to true to check the check box for the node; set to false to clear the check box.
If the TreeView.setcheckBoxes property of the tree view control that contains this node is set to false, this method has no effect.
See Also getChecked