RadioButton¶
Class | orca.UIKit | extends TextBlock
Single radio button option for use inside a RadioGroup
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
IsChecked |
bool |
Whether this option is currently selected |
Value |
string |
String value reported to the parent RadioGroup when this button is selected |
AccentColor |
color |
Color of the indicator dot when the radio button is checked |
IndicatorSize |
float |
Diameter in pixels of the circular indicator |