CircleCheckbox

Makes the checkbox a circle, and makes a circle emit from the center of it and radiate outwards when the checkbox is checked.

Arguments

(Optional) Color inner Inner color of the checkbox (foreground which will fill it up when checked)

(Optional) Color outer Outer color of the checkbox (background)

(Optional) Number speed Speed at which the checkbox will be filled in

Example

local box = vgui.Create("DCheckBox")
box:ClearPaint()
    :CircleCheckbox(Color(255, 0, 0))
Output:

results matching ""

    No results matching ""