View/Edit #52:input_checkbox

Switch to edit mode.

Name(s): input_checkbox
1: "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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Hacker (#60)

You are not logged in.

[home | help | who | search | setup | code]