MCQ
What is the correct HTML for creating a checkbox?
A <input type="check">
B <checkbox>
C <input type="checkbox">
D <check>
Explanation

<input type="checkbox"> creates a checkbox input field in HTML forms.