On 12/27/05, Jeremy Jones <[EMAIL PROTECTED]> wrote: > > I have the following CheckBox widget on a TableForm: > > > widgets.CheckBox(name="some_checkbox", labeltext="Some Checkbox", > validator=validators.Bool()) > > When I load the page with this form, the checkbox is checked. If I have > a validation error on any of the other widgets, the checkbox gets > unchecked. What do I have to do to get the CheckBox to keep its value?
Sounds like a bug. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

