My check box name is in array:-
<input type="checkbox" name="subCat[]" value="1" id="subcat">
<input type="checkbox" name="subCat[]" value="2" id="subcat">
<input type="checkbox" name="subCat[]" value="3" id="subcat">
<button>Click</button>
I want to get Check box value on click button