Hi,
How do i check if any of these checkboxs are selected. If nothing is selected then invalidate the form. Javascript
thanks
<input type="checkbox" name="MYcheckbox[]" value="0">
<input type="checkbox" name="MYcheckbox[]" value="1">
<input type="checkbox" name="MYcheckbox[]" value="2">
<input type="checkbox" name="MYcheckbox[]" value="3">