How can I use UMG menu check box to trigger an event in my blueprint class.

I want to trigger event if player check a box in menu How can I do that. (Do not use any curse words please!!)

Check out this tutorial i did for communicating with Widget Blueprints and regular Blueprints. It demonstrates one way to be able to execute logic in another Blueprint using Event Dispatchers. Although the content in the Tutorial is not the same as what your asking for, the theory will be the same.