Navigation
API > API/Runtime > API/Runtime/SlateCore
Current state of the check box
| Name | ECheckBoxState |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
enum ECheckBoxState
{
Unchecked,
Checked,
Undetermined,
}
Values
| Name | Remarks |
|---|---|
| Unchecked | Unchecked |
| Checked | Checked |
| Undetermined | Neither checked nor unchecked |