(re)Hi,

I presume using bare HTML might prevent this behaviour:

   <input type="checkbox" checked>


Regards,

Christophe.

Le 07/04/2015 19:56, [email protected] a écrit :
Hello all,

I implement a form app by following the online instruction (http://webpy.org/form). In my code, I use the definition

    form.Checkbox('Image #1', checked=True),

so it is checked when user accesses this form page. I noticed that if there is any validation failure and the form was re-rendered, all checkbox would be in unchecked status. I just wonder if there is an easy way to keep all those checkbox checked in the re-rendered form. Thanks a lot.

Best Regards,
-Yongzhi

--
You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to