Plumtree UI Infrastructure API  
 

HTMLCheckBoxPlus.SetChecked Method 

Sets the boolean checked attribute of this checkbox.

public virtual void SetChecked(
   bool isChecked
);

Parameters

isChecked
boolean

See Also

HTMLCheckBoxPlus Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace