1CGI.checkBox(3kaya) Kaya module reference CGI.checkBox(3kaya)
2
3
4
6 CGI::checkBox - Make a checkbox.
7
9 HTML checkBox( String name, Bool def=false, String id="", String
10 extra="" )
11
13 name The name of the checkbox
14
15 def If this is true, the checkbox will start checked.
16
18 Returns the HTML for a checkbox.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 CGI.checked (3kaya)
32
33
34
35Kaya December 2010 CGI.checkBox(3kaya)