Skip to content

Documentation / imgui / ImGui / Checkbox

Function: Checkbox()

Checkbox(label, v): boolean

Defined in: libs/imgui/src/imgui.ts:5012

Parameters

label

string

v

ImScalar<boolean> | ImAccess<boolean>

Returns

boolean

Released under the MIT License.