いつも忘れるのでメモ。
DrupalでWebformモジュールを使ってフォームを作成する際、
チェックボックスを単体で使う場合の設定方法。
Select optionsを選び、ラベル名と選択肢のないようを書いた後、Multipleを選択し、Listboxにはチェックを入れないまま保存。

Creating Checkboxes, Radio Buttons, or Select Lists
Creating radio buttons, checkboxes, and select lists is a little tricky in Webform, since they're all part of the "select" component type. To create these types...
コメント