in HTML by (32.2k points)
How to create a checkbox in HTML?

i) <input type = "checkbox">

ii) <input type = "button">

iii) <checkbox>

iv) <input type = "check">

1 Answer

0 votes
by (23.9k points)

i) <input type = "checkbox">

Related questions

0 votes
asked Oct 24, 2019 in HTML by SakshiSharma (32.2k points)
...