> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/select/radio-button.md).

# 단일 항목 선택

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

* [등록/수정 화면](/main/guide/dictionary/create-edit.md)에서 여러 개의 [옵션 코드](/main/guide/dictionary/option-code.md) 중 하나만 선택할 수 있는 버튼이 필요할 때 사용해요.&#x20;
* [목록 화면](/main/guide/dictionary/list.md)이나 [상세 화면](/main/guide/dictionary/read.md)에서 데이터마다 선택된 옵션 값을 보여줄 때 사용하기도 해요.

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

* 선택지 중 하나만 선택할 수 있어요.
* 데이터를 보여줄 형식 : 각 데이터의 배치 방식을 설정할 수 있어요.&#x20;
  * flex : 데이터를 가로로 배치하되, 화면을 넘어가면 자동으로 줄바꿈돼요.
  * swipe : 데이터를 가로로 스크롤할 수 있어요.&#x20;
  * vertical : 데이터를 세로로 배치해요.&#x20;
  * grid : '한 줄에 보여줄 아이템 개수'에 설정한 개수만큼 가로로 격자배치 돼요.

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

* 모드를 읽기 모드로 설정 시, 아래의 이미지와 같이 보여줄 수 있어요.

<div align="left"><figure><img src="/files/CKvgBhQtSmJR7awOPSeP" alt="" width="375"><figcaption></figcaption></figure></div>

2024.02.28 Jinny

## Radio Button Selection

Present items through radio buttons (round, selectable buttons).

**When do I use the radio button selection block?**

* This block is used when there is a need for a round selection button in which only one item can be selected.&#x20;

**What are the characteristics of the radio button selection block?**

* Among items, you can select a single one.

2023.07.26 Hwaran

> \#단일 항목 선택, #라디오 버튼 선택, #옵션 코드 선택하기, #선택지 만들기, #카테고리 선택하기


---

# 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.ohmyapp.io/main/guide/develop_app/4/block/select/radio-button.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.
