Re: Setting checkbox to check as default value

2006-12-04 Thread Jorge Gajon
Hi Jeff, On 12/2/06, jeffhg58 <[EMAIL PROTECTED]> wrote: > I have a custom manipulator and I am trying to set the checkbox default > to checked. > > For example, my field name is: > > forms.CheckboxField(field_name="current"), Pass a 'checked_by_default' argument to the CheckboxField constructor

Setting checkbox to check as default value

2006-12-03 Thread jeffhg58
I have a custom manipulator and I am trying to set the checkbox default to checked. For example, my field name is: forms.CheckboxField(field_name="current"), Not sure how you to do it. I tried putting the attribute after the field name which did not work. I also tried right before the formwrap