Beta Documentation - Subject to change.

Sets a flag indicating if the menu item is checked.

Syntax

Lua
function MenuItem:SetChecked(value);

Parameters

value
Type: boolean
True if the menu item is checked.

Remarks

Sets a flag indicating if the menu item is checked.

See Also