# 다중 항목 선택

**다중 항목 선택 블록은 언제 사용하나요?**

* [등록/수정 화면](/main/guide/dictionary/create-edit.md)에서 [옵션 코드](/main/guide/dictionary/option-code.md)(선택지)중 중복 선택 기능이 필요할 때 사용해요.
* [목록 화면](/main/guide/dictionary/list.md)이나 [상세 화면](/main/guide/dictionary/read.md)에서 데이터마다 선택된 옵션 값을 보여줄 때 사용하기도 해요.

**다중 항목 선택 블록의 특징은 무엇인가요?**

* 버튼으로 선택지를 보여줘요.
* 옵션 설정에서 [옵션](/main/guide/dictionary/option.md)을 만들고, 앱 설정 ➡︎ 블록 ➡︎ 옵션 코드(선택지)를 불러와요.
* 여러 선택지를 선택할 수 있어요.(중복선택 가능)

<div align="left"><figure><img src="/files/UgE4tj1dRlpbj1mNJ2xY" alt=""><figcaption></figcaption></figure></div>

2024.02.28 Jinny

> \#선택, #그룹 체크박스, #체크하기, #옵션 코드 선택하기, #선택지 만들기, #중복 선택 기능


---

# Agent Instructions: 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.ohmyapp.io/main/guide/develop_app/4/block/select/group-checkbox.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.
