I have a dynamic input in my php code like this one:
<input type="checkbox" id="advantage[]" name="advantage[]" value="Special Option" />
And I need to know if it’s checked… I can have multiple checks in the same format in the code, my brain hurts because i can’t find a solution!
Thanks 4 the help!
You can do like:
Or even based on value if is is same across all checkboxes: