# 체크박스

셀을 체크박스으로 설정하고 실행 후 체크박스를 선택하거나 선택 취소할 수 있습니다.&#x20;

체크박스를 선택하면 값이 "1"이고 데이터베이스에 "1"이 저장됩니다. 체크박스의 선택을 취소하면 값이 "0"이고 데이터베이스에 "0"으로 저장됩니다.

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

| 항목                  | 설명                                                                                                                                           |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| 명령편집                | <p>값이 변경될 때 실행되는 명령을 설정합니다. 명령은 포커스가 텍스트 상자를 벗어나거나 Enter 키를 누를 때만 커밋됩니다.</p><p>명령은 <a href="/pages/3hjlpoVERiAT6bMPLmxt">명령</a>을 참조하십시오.</p> |
| 데이터검증               | 페이지 측 유효성 검사에서 텍스트 상자의 데이터 [유효성 검사](/v7/pages/verification_data/page.md)를 설정합니다.                                                             |
| 기본값                 | <p>기본 표시 텍스트를 설정합니다(예: 기본값 A001). 텍스트 상자에는 A001이 표시됩니다.</p><p>수식을 입력하면 수식 결과가 기본적으로 표시됩니다.</p>                                               |
| 워터마크                | 위의 그림과 같이 셀에 내용이 없을 때 표시되는 프롬프트 텍스트는 워터마크가 "텍스트를 입력하십시오"입니다.                                                                                 |
| 읽기전용                | 이 옵션을 선택하면 텍스트 상자를 편집할 수 없습니다.                                                                                                               |
| 셀 선택 시 전체 선택 상태로 표시 | 이 옵션을 선택하면 텍스트 상자에 포커스가 있으면 텍스트 내용이 모두 선택되고 텍스트 내용을 직접 편집할 수 있습니다.                                                                           |


---

# 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://doc.forguncy.co.kr/v7/components/celltype/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.
