Answer:
The correct answer to the following question is checkbox
.
Step-by-step explanation:
The checkbox is also known as the selection box or the tick box.
Checkbox is the small and interactive box that can be toggled by user to indicates an affirmative or the negative choices. It is mostly found in the HTML (HyperText Markup Language) input forms, and in the GUIs(Graphical User Interface) of an applications and the operating systems.
Syntax of checkbox in the HTML:
<input type="checkbox" name="devil" value="on" id="devil"> Checkbox 1