ECheckBoxState

Current state of the check box

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

enum ECheckBoxState
{
    Unchecked,
    Checked,
    Undetermined,
}

Values

Name

Description

Unchecked

Unchecked

Checked

Checked

Undetermined

Neither checked nor unchecked

Remarks

Current state of the check box