Revision Difference
DCheckBox:GetChecked#562219
<function name="GetChecked" parent="DCheckBox" type="panelfunc">
<description>Gets the checked state of the checkbox.</description>
<description>An <page>Global.AccessorFunc</page> that gets the checked state of the checkbox.</description>
<file line="4">lua/vgui/dcheckbox.lua</file>
<realm>Client and Menu</realm>
<rets>
<ret name="" type="boolean">Whether the box is checked or not.</ret>
</rets>
</function>