I want to alert the value of a specific input[checkbox] when an input[checkbox] is checked. I have many input checkbox. so when it's checked, alert will fire.
<input type="checkbox" value="1">
<input type="checkbox" value="2">
<input type="checkbox" value="3">
....