> 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/checkbox.md).

# 체크박스

**체크박스 블록은 언제 사용하나요?**

* 주로 체크만으로 의견을 표시할 수 있는 기능이 필요할 때 사용해요.

**체크박스 블록의 특징은 무엇인가요?**

* 저장되는 값은 참(true), 거짓(false) 으로 저장, 표현돼요.

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

2023.09.19 Jinny

> \#선택, #단일 체크박스, #체크하기, #옵션 코드 선택하기


---

# 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/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.
