# Allow to select multiple options in select input

**URL:** https://forum.buildkite.community/t/allow-to-select-multiple-options-in-select-input/265
**Category:** Features Requests
**Created:** [January 23, 2019, 11:21am UTC](https://forum.buildkite.community/t/allow-to-select-multiple-options-in-select-input/265 "2019-01-23T11:21:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.buildkite.community/david/32/436_2.png) [@david](https://forum.buildkite.community/u/david)
#### Post date: [January 23, 2019, 11:21am UTC](https://forum.buildkite.community/t/allow-to-select-multiple-options-in-select-input/265/1 "2019-01-23T11:21:49Z")

</div>

Hello,

would be possible to extend select input functionality in pipeline to support selection of multiple options at the same time or alternatively add checkbox input?

We currently use text input as a workaround:

```
  - block: ":rocket: Deploy to production! :dragon:"
    branches: "master"
    fields:
      - text: "Which components you want to deploy?"
        key: "components"
        required: true
        default: "admin platform-api-v4 rw-api workers cronjobs"

```

Thanks.

---

<div class="post-metadata">

### Author: ![anon46008679](https://avatars.discourse-cdn.com/v4/letter/a/da6949/32.png) [@anon46008679](https://forum.buildkite.community/u/anon46008679)
#### Post date: [June 22, 2019, 12:18am UTC](https://forum.buildkite.community/t/allow-to-select-multiple-options-in-select-input/265/2 "2019-06-22T00:18:12Z")

</div>

Good news, we’ve just added support for this:

> **[Support for selecting multiple options in block steps](https://buildkite.com/changelog/63-support-for-selecting-multiple-options-in-block-steps)**
>
> We’ve added a new multiple property to block steps, giving you the ability to select multiple options when unblocking builds ☑️

No need to use a text input anymore 🙌🏼
