Garry's Mod Wiki

Revision Difference

DCheckBox:SetChecked#549945

<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</realm>⤶ <realm>Client and Menu</realm>⤶ <args> <arg name="checked" type="boolean">Whether the box should be checked or not.</arg> </args> </function>