# Check Box

## Giới Thiệu

Checkbox là một nút bấm có 2 trạng thái được chọn và không được chọn.

Checkbox thường sử dụng với mục đích cung cấp cho người dùng 1 tùy chọn có thể có hoặc không.

## Function Hỗ Trợ

<table><thead><tr><th width="190">Function</th><th>Mô Tả</th></tr></thead><tbody><tr><td>Button_GetCheck</td><td>Lấy trạng thái được chọn của 1 nút Check, nếu được chọn sẽ trả về 1 ngược lại trả về 0.</td></tr><tr><td>Button_SetCheck</td><td>Thay đổi trạng thái check của 1 nút Check, truyền giá trị true vào để chọn và false để hủy chọn. </td></tr></tbody></table>

## Video Hướng Dẫn

{% embed url="<https://youtu.be/_wg3ZvZPoro>" %}


---

# 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.taiamk.pro/gui/thanh-phan/check-box.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.
