Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Friday, May 22, 2009
HTML input checkbox
The html input tag 'checkbox' will beck checked no matter what value it is set to the attribute 'checked'. For instance,
checked='' ... or ... checked='checked' ... or ... checked='true' ... or ... checked='false'
will all set the checkbox to checked.
The 'checked=[value]' needs to be totally removed from the attribute list if a non-checked checkbox is desired.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment