Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Radio Box attributes and clearing customer selection

Radio Box attributes and clearing customer selection

Views: 746

Results 1 to 2 of 2
13 Jan 2011, 7:22 PM
#1
alligator_valley avatar

alligator_valley

New Zenner

Join Date:
Jan 2011
Posts:
3
Plugin Contributions:
0

Radio Box attributes and clearing customer selection

I have a Zen Cart v1.3.9h

My question is: can you make a radio box with multiple values, and have it so a customer can select more than one of the values?
and can you make a radio box that can be unselected after someone clicks on it?
i would like to have both of these options in one box.

13 Jan 2011, 8:37 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Radio Box attributes and clearing customer selection

Dropdown only allows 1 of many
Radiobuttons only allow 1 of many
Checkboxes allows 1 or more of many

However, Checkboxes do not have tests, like Dropdown and Radiobuttons, to ensure at least one is selected ... so be careful how you use them ...