HTML Checkbox Generator
A checkbox is a visual "on/off" switch that can be toggled to include or exclude its corresponding data for submission to the server.
Preview
Code
<form>
<input id="myId" class="my-checkbox" name="myCheckbox" value="checkbox1"/>
<label for="myId">Checkbox 1</label>
</form>