Checkboxes
<input type="checkbox" name="s" id="soc">
<label for="soc">Soccer</label>
<input type="checkbox" name="s" id="bas">
<label for="bas">Baseball</label>
#â Preview
Soccer Baseball Checkboxes allows the user to select one or more
Comments