YossiD 0 Newbie Poster

I'm trying to write a simple macro in Word to clear the checkbox at the current cursor position. I'm sure this is simple, but I'm just an occasional hit and miss macro maker and the VBA help isn't helping.

Apparently I need something like:

ActiveDocument.FormFields("FieldName").CheckBox.Value = False

But that would always clear a specific checkbox and I want to clear the checkbox at the current cursor position. How can I do that?

Thanks