I have HTML elements:
<input class="type_checkbox" id="1" name="types[]" type="checkbox" value="1">
<input class="type_checkbox" id="0" name="types[]" type="checkbox" value="6">
I want to set checkbox true with jQuery where value is equal to 6. Pls help.