DCheckBox.SetChecked
From GMod Wiki
| Function | |
| Syntax | DCheckBox:SetChecked( Boolean Boolean ) |
| Description: | |
| Checked the Panel. | |
| Returns: | nil |
| In Object: | DCheckBox |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCheckBox.SetChecked]DCheckBox.SetChecked [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Checked a myPanel |
|---|---|
| Used on | |
| Code | myPanel:SetChecked( true ) |
| Output | N/A |