Yes, I see your point about multiple checkboxes.

I guess the issue I have is the interaction between
webhelpers.html.tags.checkbox initially generating a value attribute
(of 1) when none is specified, and htmlfill taking a boolean value and
trying to set the checked state. For almost all of my uses, I don't
use the value of the checkbox, rather I just want to know if it's
checked, and then populate a bool field in the DB. For these cases,
explicitly specifying a value = True (whether it's checked or not)
solves the issue. That just seems counterintuitive and somewhat
klunky...but form posts with checkboxes has always been that way.

Thanks for your thoughts.

-Hollister

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to