Sunday, 18 August 2013

Checkbox unchecked on reloading

Checkbox unchecked on reloading

I am working on flask and once I check a checkbox, again when I come back
to the same page , checkbox gets unchecked.I want the checkboxes to be
checked till the user manually unchecks them .
{% for entry in entries %}
<td> <input type="checkbox" name="pos" value="{{entry.clientid}}"
>Verified< /td>
{% endfor %}
this is the html page ,on reloading all the checkboxes gets unchecked again

No comments:

Post a Comment