Switch to edit mode.
Name(s): input_checkbox1: "Returns an HTML form checkbox built as follows:" 2: ":input_checkbox(name [,value] [,checked])" 3: {name, ?value = "", ?checked = ""} = args 4: return tostr("<INPUT TYPE=\"checkbox\" NAME=\"", this:literal_text(name), "\" VALUE=\"", this:literal_text(value), "\"", checked ? " CHECKED>" | ">") 5: "Last modified by Dax (#789) on Fri Jul 28 03:41:19 2000 MDT."