Check Widget

From C4 Engine Wiki
Jump to navigation Jump to search

The Check Widget displays a check box that can be in the checked state or unchecked state.

The widget color controls the color of the text.

Settings

The following settings are available specifically for Check Widgets.

Setting

Description

Check Box Settings

Initially checked

Determines whether the check box is initially in the checked state.

Use highlight when selected

Specifies that the check box changes to the highlight color when it is in the checked state.

Text is not clickable

Specifies that clicking on the text has no effect and that the state of the check box can be changed only by clicking directly on the box.

Button color

Specifies the color of the check box when it is not highlighted.

Highlight color

If checked, specifies the color of the check box when it's in the selected state if the Use highlight when selected setting is checked, overriding the default highlight color specified by the $hiliteColor system variable.

See Also