how to see the values filled checkbox field in html code example
Example: checkbox value
<input type="checkbox" name="vehicle1" value="Bike">
The checkbox value is 'Bike'.
<input type="checkbox" name="vehicle1" value="Bike">
The checkbox value is 'Bike'.