designer-trying-coding
designer-trying-coding

Reputation: 6064

checkbox for Drupal CCK

I'm new at Drupal. love it so far :)

I'm creating a CCK custom content type. I need to make a amenities list in checkbox format. so I made;

File Type: Text

Widget Type: checkboxes/radiobuttons

and Allowed values list:

onsite_dining|Onsite Dining

meeting_space|Meeting Space

business_center|Business Center

and it creates Radio Buttons which only 1 selection :( How can I make it Check Box to give ability to select more than 1?

Appreciate helps!

Upvotes: 2

Views: 3122

Answers (1)

sirhc
sirhc

Reputation: 6097

There as an option: Number of values You have to set it to something other than one. This option is below the Required checkbox in the field settings page.

Upvotes: 1

Related Questions