Question - What is the difference between an HtmlInputCheckBox control and an HtmlInputRadioButton control?
Answer -
In HtmlInputCheckBoxcontrol, multiple item selection is possible whereas in HtmlInputRadioButton controls, we can select only single item from the group of items.