Neokernel API

HTMLFormWriter.writeCheckbox(String, String, Boolean, String) Method

Writes a checkbox to the form output and includes a title attribute.

public virtual void writeCheckbox(
   string label,
   string name,
   bool checked_Renamed,
   string title
);

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace | HTMLFormWriter.writeCheckbox Overload List