Kinemium Docs

Checkbox

A GUI component that has a boolean state that can be toggled, and can be visible under GUI containers.

Properties

PropertyTypeDefault
Namestring"UICheckbox"
AbsoluteSizeanynil
AbsolutePositionanynil
SizeUDim2UDim2.new(0, 20, 0, 20)
Valuebooleanfalse
BoxColor3Color3Color3.new(0.2, 0.2, 0.2)
CheckColor3Color3Color3.new(1, 1, 1)
OnValueChangedanynil
Visiblebooleantrue

Functions


onChanged

Arguments

value

Returns

This function returns nothing.

API

instance:onChanged(value)

On this page