Re: How to default checkboxfield in customer manipulator

2006-12-04 Thread Ivan Sagalaev
jeffhg58 wrote: > I am trying to set the checkboxfield default value to checked but not > sure how you do it. > > Here is my formfield for the checkbox > > forms.CheckboxField(field_name="current"), > > I tried ading checked="checked" but that did not work. It's a bit non-obvious... The actual

How to default checkboxfield in customer manipulator

2006-12-03 Thread jeffhg58
I am trying to set the checkboxfield default value to checked but not sure how you do it. Here is my formfield for the checkbox forms.CheckboxField(field_name="current"), I tried ading checked="checked" but that did not work. Thanks, Jeff --~--~-~--~~~---~--~~