Option buttons or checkboxes on web form?

C

Confused

On my webform visitors have many options to select. I loaded the page with
option buttons. However when a second option button is selected the
previously selected is removed automatically. Is there a way to set up so
that multiple option buttons can be selected to complete form? would
checkboxes work better?
 
R

Rob Giordano \(Crash\)

radio boxes only allow for one selection per group...use check boxes.
 
Top