Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: What's the REAL DEAL with Perl $cgi->checkbox()

by MidLifeXis (Monsignor)
on Feb 03, 2015 at 19:01 UTC ( [id://1115443]=note: print w/replies, xml ) Need Help??


in reply to What's the REAL DEAL with Perl $cgi->checkbox()

Historically, the CHECKED keyword in HTML does not have a value -- it is simply a flag to the checkbox to indicate that it is turned on. If the flag is there, it is on, if not, it is off. The value (if any) is irrelevant. This is an HTML thing, not related to Perl itself.

--MidLifeXis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1115443]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found