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?

- jmj

Reply via email to