How to create a checkbox in HTML?
<input type = "checkbox">
Reason — To create a checkbox in HTML, we use the <input> tag along with its 'type' attribute as follows: