You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everett Griffiths edited this page May 20, 2014
·
2 revisions
Multicheck
The multicheck field is functionally equivalent to the multiselect field, but using multiple checkboxes offers an
alternate user interface for the element.
Note that the default formatting template (tpl) for multicheck fields defines an array input: name="[+name+][]"
so you do not need to include "[]" as part of your $name argument.