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
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
2 matches
Mail list logo