• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

javascript - checkbox validation

kabatak

New Member
Hi, how do you validate that atleast 1 checkbox must be checked in an array of checkboxes? Example:

Code:
<form>
<input type="checkbox" name="checkbox[]">
<input type="checkbox" name="checkbox[]">
<input type="checkbox" name="checkbox[]">
<input type="submit">
</form>

The form must not submit if no checkbox was checked and it should only submit if atleast 1 checkbox is checked.
 
Back
Top