Controls/RadioButton
Jump to navigation
Jump to search
RadioButton
- Kind
- Control
- Microsoft Docs
- RadioButton documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Mutually exclusive selection; group behavior to verify.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| IsChecked | ? | True/False | |
| Content | ? | Label/content | |
| GroupName | ? | Mutual exclusion | |
| TextColor | ? |