# Radio Button

## Giới Thiệu

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

Radio thường không dùng đơn lẻ mà được đi theo nhóm các lựa chọn. Trong nhóm đó sẽ chỉ cho phép chọn 1 nút.

## 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 Radio, 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 Radio, 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/QlufVodvAS8>" %}


---

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