I want all the checkbox value in another page (whether it is checked or not). I want to find which image is default.
I tried
<input class="image_close" style="float: right;" type="checkbox" name="make_default[]" value="1" title="Make Default">
but in this code, I get only check checkbox value. I can't find which is checked.