RadioButton
A GUI component that represents a selectable radio button, can be used under GUI containers.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIRadioButton" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 20, 0, 20) |
Value | boolean | false |
RingColor3 | Color3 | Color3.new(0.3, 0.3, 0.3) |
FillColor3 | Color3 | Color3.new(0.02, 0.5, 1) |
OnValueChanged | any | nil |
Visible | boolean | true |
Functions
onChanged
Arguments
valueReturns
This function returns nothing.
API
instance:onChanged(value)