Garry's Mod Wiki

DCheckBoxLabel:SetChecked

  DCheckBoxLabel:SetChecked( boolean checked )

Description

Sets the checked state of the checkbox. Does not call DCheckBoxLabel:OnChange or Panel:ConVarChanged, unlike DCheckBoxLabel:SetValue.

Arguments

1 boolean checked
Whether the box should be checked or not.