What is the correct HTML code to create a checkbox input field?

What is the correct HTML code to create a checkbox input field?

Explanation

The HTML code <input type="checkbox"> is used to create a checkbox input field. This allows users to select or deselect options by checking or unchecking the box.