[EMAIL PROTECTED] wrote: > <input type="checkbox" name="red" checked="tg.checker()" />RED<br /> > > No matter what I put inside the parentheses for tg.checker, the box > always ends up checked. Even when (as shown above) I put in > nothing...which I assume should definitely be false, right?
I think tg.checker() must return None if you want to omit the checked attribute in your output. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

