UI.RadioButton¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value is ignored. | |||
<output> |
Indicates whether the radio button was clicked during this frame. | Bool |
||
Label |
The text label of this radio button. | None |
String |
|
Variable |
The variable that holds the input value. | None |
Any &Any |
|
Value |
The value to compare with. | None |
Any |
|
Style |
The text style. | None |
{Any} &{Any} |
A radio button for selecting a value amongst multiple choices.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|