I'm really lazy. I want to avoid writing a custom form, but I want to include a checkbox whose label is laid out immediately after the input widget.
I tried to make a custom CheckBox that sets its label to " " (thus blanking out the label in the TableForm) and defines its own template, but I can't see how to pass the 'label' parameter from my constructor to the template. And anyway, this is an ugly hack. Is there a way to do this without writing my own form? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

