#include "SaRnHtml.h"
int SaFormCheckBox(char* ename, char* evalue, int checked, char* elabel);
ename
evalue
checked
CHECKED
elabel
SaFormCheckBox("OS", "1", 1, "MAC");will write:
<INPUT TYPE="checkbox" NAME="OS" VALUE="1" CHECKED "MAC"to the output stream.