Checkbox
A GUI component that has a boolean state that can be toggled, and can be visible under GUI containers.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UICheckbox" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 20, 0, 20) |
Value | boolean | false |
BoxColor3 | Color3 | Color3.new(0.2, 0.2, 0.2) |
CheckColor3 | Color3 | Color3.new(1, 1, 1) |
OnValueChanged | any | nil |
Visible | boolean | true |
Functions
onChanged
Arguments
valueReturns
This function returns nothing.
API
instance:onChanged(value)