> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-input/multiselect-dropdown-list.md).

# Multiselect dropdown list

The Multi-Select Dropdown List allows users to select multiple options from a collapsible list in a compact interface. Each option is presented with a checkbox, and a "Select all" option can be included for quick selection or deselection of all items. Selected values are displayed in the dropdown header, making it easy to review and modify choices without leaving the current view. This widget is ideal for filtering, bulk actions, or any scenario where multiple selections are required.

<div data-full-width="true"><figure><img src="/files/BVtuEqbziqKAiRULcjKf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/q8RrO1gHekYbyg043BlU" alt=""><figcaption></figcaption></figure></div>

#### Properties <a href="#properties" id="properties"></a>

| Property                 | Type         | Description                                                                                                |
| ------------------------ | ------------ | ---------------------------------------------------------------------------------------------------------- |
| DataSource               | List, Filter | The list containing the option items.                                                                      |
| OptionLabel              | Text         | Label used for the options.                                                                                |
| JsonOptionIdOutput       | Text field   | <p>Field used to store selected options in json format. <br><code>\["ID1","ID2", ID3]</code></p>           |
| Behavior                 | Dropdown     | Event triggered when a item is selected.                                                                   |
| Select All Options       | Boolean      | True value includes a select all option as first item. Using this will select every item.                  |
| numberOfOptionsDisplayed | Number       | Amount of options shown in the button label. More items selected will result in a count of items as label. |
| ButtonContext            | Dropdown     | Button context style from bootstrap options                                                                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-input/multiselect-dropdown-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
