Neokernel API

XHTMLFormWriter.writeCheckbox(String, String, Boolean) Method

Writes a checkbox to the form output.

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

See Also

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