Enum ECheckBoxState Path C++ Link /Script/SlateCore.ECheckBoxState underlying uint8 /Script/SlateCore Values 4 NameValueHex Unchecked00x00Checked10x01Undetermined20x02ECheckBoxState_MAX30x03 Used by 4types with a member, parameter or interface of this type UCheckBoxUCheckedStateBindingFConsoleVariablesEditorAssetSaveDataUWidget // /Script/SlateCore.ECheckBoxState enum class ECheckBoxState : uint8 { Unchecked = 0, Checked = 1, Undetermined = 2, ECheckBoxState_MAX = 3, };