How can I get that checkbox style?

Hi, some versions ago, I put some checkboxes on my widget.

They look like the selected one (regarding the style):

When you look at the style, you can see, that the box is a colored, flat, full box.
Now I wanted to add another one, so I copied the selected, but now I have other boxes with ticks in it, and alpha-bordered boxes:

The settings are exactly the same. I want to reach the old box from the first image.
How can I do that?

I am using Unreal Engine 4.7.6

I’m not entirely sure what has changed since you made the first checkbox, but it seems that you’ll also need to override the images in order to get the style that you want.

We have a default texture you could use as a test. See /Engine/EngineResources/WhiteSquareTexture.

Ok I will try that, thanks.