Option Group

mixedguy

Registered User.
Local time
Yesterday, 23:47
Joined
Jun 12, 2002
Messages
52
Option Group - Selecting two options

In a traditional Option Group, you're only able to select just one option. What is the code to set the Option Group where you're able to select two options within the option group?

Thanks in advance!
 
Last edited:
Have you considered using checkboxes? What are you trying to accomplish?
 
Windows has forced us to make tremendous strides in standardizing the user interface. There is an expectation when a user sees an option group (also called radio buttons) that only ONE option may be selected. It is poor practice to deviate from those standards. If you want to select multiple items, change the form so that it displays checkboxes instead.
 

Users who are viewing this thread

Back
Top Bottom