Garry's Mod Wiki

Revision Difference

DCheckBox:SetChecked#553891

<function name="SetChecked" parent="DCheckBox" type="panelfunc"> <ispanel>yes</ispanel>⤶ <description>Sets the checked state of the checkbox. Does not call the checkbox's <page>DCheckBox:OnChange</page> and <page>Panel:ConVarChanged</page> methods, unlike <page>DCheckBox:SetValue</page>.</description> <realm>Client and Menu</realm> <args> <arg name="checked" type="boolean">Whether the box should be checked or not.</arg> </args> </function>