> For the complete documentation index, see [llms.txt](https://docs.acho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acho.io/app-builder/app-construction/elements/form-elements/multiselect.md).

# Multiselect

Multiselect allows you to select multiple options.

<figure><img src="/files/denIa22OB6qXWmsnLVwr" alt=""><figcaption></figcaption></figure>

## Properties

<figure><img src="/files/DtJTNidZH9o8dcwjfMUF" alt=""><figcaption></figcaption></figure>

**Form item name:** This is the name that the encompassing form will use to access the output of the checkbox. See [Custom Form](/app-builder/app-construction/elements/form-elements/custom-form.md) for how it's used.

**Options:** Each option has 2 input boxes. The upper box holds the actual value the checkbox takes (that will be able to be used from the output array) and the lower box holds the display name of that checkbox.

**Default value:** Select which option will be the default value.

**Multiple limit:** Maximum options a user will be able to select.

See [Form Check](/app-builder/app-construction/elements/form-check.md) for data validation.

See [Tooltip](/app-builder/app-construction/elements/tooltip.md) for tooltip configurations.

## Output

Like checkbox, the output of a multiselect will be an **array**.  For example, if you select option2 and option3, the form item will be `['option2', 'option3']`.&#x20;

## Supported Events

1. Change value: triggered when users change the selection.
