Garry's Mod Wiki

Revision Difference

DCheckBoxLabel:SetChecked#549953

<function name="SetChecked" parent="DCheckBoxLabel" type="panelfunc"> <ispanel>yes</ispanel> <description>Sets the checked state of the checkbox. Does not call <page>DCheckBoxLabel:OnChange</page> or <page>Panel:ConVarChanged</page>, unlike <page>DCheckBoxLabel:SetValue</page>.</description> <file line="106-L108">lua/vgui/dcheckbox.lua</file> <realm>Client</realm>⤶ <realm>Client and Menu</realm>⤶ <args> <arg name="checked" type="boolean">Whether the box should be checked or not.</arg> </args> </function>