Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
namespace ESlateCheckBoxType
{
enum Type
{
CheckBox,
ToggleButton,
}
}
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. |
Type of check box