ESlateCheckBoxType::Type

Type of 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

namespace ESlateCheckBoxType
{
    enum Type
    {
        CheckBox,
        ToggleButton,
    }
}

Values

Name

Description

CheckBox

Traditional check box with check button and label (or other content)

ToggleButton

Toggle button. You provide button content (such as an image), and the user can press to toggle it.

Remarks

Type of check box