10 # ---- PUBLIC INTERFACE --------------------------------------------------
19 $this->
FormField($Name, FALSE, $Label, NULL, NULL);
40 print(
"<input type=\"checkbox\""
41 .
" name=\"".$this->MyName.
"\""
42 .
" id=\"".$this->MyName.
"\""
43 .($this->MyValue ?
" checked" :
"")
48 # ---- PRIVATE INTERFACE -------------------------------------------------