The <input type="text"> defines a single-line input field for text input.
The <input type="radio"> defines a radio button.
Radio buttons let a user select ONE of a limited number of choices.
The <input type="checkbox"> defines a checkbox.
Checkboxes let a user select ZERO or MORE options of a limited number of choices.