How can I achieve so using javascript or anything.
My checkbox looks like this
<th>{{ render_field_with_errors(form.polycarbonate_r, value="Polycarbonate", type="checkbox") }}</th>
It's flask WTF form built-in checkbox.
I want to be able to set checkbox value when it's unchecked.