I want to create a web form that offers several groupings of radio buttons but only allows one selection to be chosen. In the simple example shown below, I want the user to have the ability to select only one of the five available options. In effect, I want
to have what acts like a single RadioButtonList with interspersed group headings (unfortunately, a RadioButtonList will not let me insert labels in the list).
Dogs
o Retriever
o Dachshund
o Poodle
Cats
o Tortoiseshell
o Siamese
I suspect that there is a very simple way to achieve such a selection interface but, so far, I have not found a wo ...
Go to the complete details ...