[TurboGears] Re: My checkbox is always checked...

2007-11-26 Thread Lee McFadden
On Nov 26, 2007 12:17 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to implement a checkbox using TG 1.0.4b2 with Genshi. Here's the relevant line in my template: input type=checkbox name=red checked=tg.checker() /REDbr / No matter what I put inside the parentheses for

[TurboGears] Re: My checkbox is always checked...

2007-11-25 Thread Christoph Zwerschke
[EMAIL PROTECTED] wrote: input type=checkbox name=red checked=tg.checker() /REDbr / 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

[TurboGears] Re: My checkbox is always checked...

2007-11-25 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: I'm trying to implement a checkbox using TG 1.0.4b2 with Genshi. Here's the relevant line in my template: input type=checkbox name=red checked=tg.checker() /REDbr / No matter what I put inside the parentheses for tg.checker, the box always ends up checked.