UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESlateCheckBoxType Namespace Reference

Enumerations

enum  Type : int { CheckBox , ToggleButton }
 

Detailed Description

Type of check box

Enumeration Type Documentation

◆ Type

Enumerator
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.