# 체크박스

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

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

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

<table><thead><tr><th width="257">설정 </th><th>설명 </th></tr></thead><tbody><tr><td>편집 명령</td><td>확인란을 선택하거나 선택하지 않은 경우 실행할 명령을 설정합니다. 명령은 <a href="/pages/3hjlpoVERiAT6bMPLmxt">명령 </a>을 참조하십시오 .</td></tr><tr><td>데이터 검증</td><td>확인란의 데이터 유효성 검사를 설정합니다. 자세한 내용은 <a href="/pages/flTpdyDAzPjzWbBIz6WW">페이지 측 유효성 검사</a>를 참조하십시오 .</td></tr><tr><td>선택된 상태로 표시 </td><td>확인란의 시작 상태를 설정합니다. </td></tr><tr><td>표시 텍스트</td><td><p>확인란의 오른쪽에 표시 텍스트를 설정합니다. 예를 들어, 표시된 텍스트는 다음 그림과 같이 "완료여부"입니다.</p><p></p></td></tr><tr><td>스타일</td><td>시스템, 모던, 스위치, 버튼의 네 가지 스타일을 사용할 수 있습니다. 현대적인 스타일을 기본으로 합니다.</td></tr><tr><td>주요 표시 색상</td><td>스타일이  체크 박스의 기본 색상을 설정할 수 있습니다.</td></tr><tr><td>선택 표시 색상</td><td>스타일이  체크 박스의 보조 색상을 설정할 수 있습니다.</td></tr><tr><td>읽기 전용</td><td>이 항목을 체크한 후에는 체크박스 상태를 수정할 수 없습니다.</td></tr><tr><td>편집시에만 표시</td><td>리스트뷰 행의 셀을 체크박스로 설정할 때 설정할 수 있습니다. 체크 후 셀이 편집 상태일 때만 셀의 종류가 표시됩니다.</td></tr></tbody></table>

<br>


---

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