Hej,
I know that this is probably a silly question but I am having lots of problems adding a check box to the Webform.
I have selected the "Select" type put some text in to the description, Tried lots of different options toget the Selector and Default values and I am consistently getting an error saying you must enter in to the Select text.
I have tried
1|Yes
0|No
And still it come up. Some basic step by step would be great.
Thanks
Phil
Comments
Comment #1
thomast commentedIf you really want check boxes, then you need to select the "Multiple" option at the bottom of the component creation form. Checkboxes are not the right type for a Yes/No question, though. Radio buttons (exclusive select rather than multiple select) will be the default if you leave "Multiple" unchecked. You either need to leave Default Value blank, or Default Value needs to be one of the values listed under Options.
Comment #2
quicksketchAnd check the handbook page on creating checkboxes, radios, and select lists.
Comment #3
quicksketchLastly also see the feature request for a single checkbox: #264181: Creating a single checkbox