Get Name of checkbox field from click
Hello All,
First time post here, but I couldn't find anything on this particular subject so I felt I needed to reach out.
I have a document with hundreds of checkboxes. I'm trying to instruct these checkboxes to run a document level code on mouseup, but in order for it to run correctly, I need the name of the checkbox field being checked/unchecked. I am currently doing this by looping through all fields in the document, but it's causing the document to be really slow.
I've tried using event.source.name and other variants, but no luck.
Any help would be appreciated.
