+ 1
Example for checkbox code
2 Answers
+ 4
<input type="checkbox" id="ckbox" />
<label for="ckbox">Check me</label>
+ 1
https://www.w3schools.com/tags/att_input_type_checkbox.asp
You can click the "Try it yourself >>" button for more than just the code snippet.