0

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

rrk
  • 15,677
  • 4
  • 29
  • 45
Dev Rana
  • 1
  • 4

0 Answers0