<html>
<body>
<form action="https://www.w3schools.com/action_page.php" method="get">
<input type="checkbox" name="vehicle" value="Bike"> I have a bike<br>
<input type="checkbox" name="vehicle" value="Car" checked="checked"> I have a car<br>
<input type="submit" value="Submit">
</form>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_form_checkbox by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:59:07 GMT -->
</html>