Looking for a quick way to give your users some options in your forms? Continuing our tutorial on creating HTML form elements with CGI.pm, let's look at how to build checkboxes with CGI.pm.
In-Depth with CGI.pm - Creating Checkboxes
In-Depth with CGI.pm - Creating Checkboxes

There seems to be a mistake in the about.com section on cgi.pm to create checkboxes, using checkbox_group. The example runs fine to get
the checkbox on my browser, but when one examines the page source, there are no and tags, unlike the HTML presented at the example. Does anyone understand?