0
Q:

checkbox value


 <input type="checkbox" name="vehicle1" value="Bike"> I have a bike<br>
 <input type="checkbox" name="vehicle2" value="Car"> I have a car<br>
<input type="checkbox" name="vehicle3" value="Boat" 
  checked> I have a boat<br>
 
16
<input type="checkbox" name="vehicle1" value="Bike">

The checkbox value is 'Bike'.
1

New to Communities?

Join the community