Kinemium Docs

RadioButton

A GUI component that represents a selectable radio button, can be used under GUI containers.

Properties

PropertyTypeDefault
Namestring"UIRadioButton"
AbsoluteSizeanynil
AbsolutePositionanynil
SizeUDim2UDim2.new(0, 20, 0, 20)
Valuebooleanfalse
RingColor3Color3Color3.new(0.3, 0.3, 0.3)
FillColor3Color3Color3.new(0.02, 0.5, 1)
OnValueChangedanynil
Visiblebooleantrue

Functions


onChanged

Arguments

value

Returns

This function returns nothing.

API

instance:onChanged(value)

On this page