---
url: /components/TpRadioButton/index.md
---
## 介绍

## 使用示例

```cpp
tpRadioButton *RadioButton5 = new TpRadioButton(vScreen);
RadioButton5->setRect(240, 150, 0, 0);
RadioButton5->setAutoFit(true);
RadioButton5->setText("raidoGroup3");
RadioButton5->setVisible(true);
```

## 效果演示

* 默认状态

![](https://file.tinypixos.com/tinypixos/组件资源-默认样式-tpRadioButton-默认态.png)

* 选中状态

![](https://file.tinypixos.com/tinypixos/组件资源-默认样式-tpRadioButton-选中态.png)
