View Full Version : Check boxes


hollywhore
03-20-2001, 02:01 AM
i have 5 check boxes on an option group. however i can only highlight one at a time. how can i check multiple ones?

Atomic Shrimp
03-20-2001, 02:26 AM
This is what option groups are specifically designed to do; if you want to be able to select multiple checkboxes on a form, they can't be in an option group; they must be added straight onto the form.

You can always make them look the same by putting a box around them and adding a label.

Mike

zunan
03-22-2001, 05:25 PM
Just an added thought that might be helpful:
An option group is designed to deposit one piece of data into one field (whichever of the options you choose). Separte individual check boxes will enable your user to select multiple choices but each check box will require it's own field.