MultiSelectWidget
From OpenCms Wiki
Description
MultiSelectWidget allows selecting one or more options from a pre-defined list. For selecting a single option, see SelectorWidget.
The value returned is a string, and the widget is typically employed for elements with type="OpenCmsString".
If multiple options were selected, the return string will use comma as the delimiter.
Configuration
See SelectorWidget.