How do you make a checkbox not clickable?

I was just wondering how to make a checkbox not clickable.

Should have a “disabled” option somewhere.
But i havent used UMG in forever.
At worse, you have to pick up and do exactly that yourself.

Make a widget wrapper that contains the checkbox, prevent clicking from happening while its set to disabled.
Or allow it normally otherwise.