Making Checkbox Clickable with Text on Top

I’m wondering if anyone has had success with making text on top of a checkbox “clickable”? I am using check boxes and wanted to treat them like toggle buttons. I have the C++ set so that when one option is selected, the other option is deselected. The issue is that when i try to click on the text, it is not clickable because it is on top of the button.

image

If anyone has suggestions, I appreciate your help.