I want to run a macro when I check the box in Word 2010 .
Please note: I do not want the "Legacy Forms" or "ActiveX" checkbox! . They only work in some protected document mode and look ugly, but I need new ones that can be selected and not selected only when you write the document, and which look much nicer to me.
I know that with legacy forms, you can directly insert a macro when entering a form element and one to leave it, and you can catch an event in VBA, for example
Sub CheckboxXY_Click()
But this does not work with Word 2010 flags, even when I give them a description and a tag name.
Repeat : these are the forms I want to use (just in case someone advises me to use Legacy):

And how they look in the document (with mouse hover):

I canβt believe that I was the first to try this ...
source share