Uiinfrastructure API Docs  
 

PTListItem.EnableCheckbox Method 

Call this method to cause this item to display a checkbox input.

public virtual void EnableCheckbox(
   string checkboxName,
   string checkboxValue,
   string checkboxAlt,
   bool bSelected
);

Parameters

checkboxName
Pass a String that is the name of this checkbox.
checkboxValue
checkboxAlt
Pass a String that is the alt attribute of this checkbox.
bSelected
whether on not this input is checked

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace