Plumtree UI Infrastructure API  
 

HTMLCheckBox.SetChecked Method 

Sets the boolean checked attribute of this checkbox.

public virtual void SetChecked(
   bool isChecked
);

Parameters

isChecked
boolean

See Also

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