Bug when creating a form check box
Creating a check box anchored in a text frame systematically ends with a crash in ID v16.2.1.
javascript:
app.select( app.selection[0].paragraphs[0].insertionPoints[-2] );
app.selection[0].checkBoxes.add();
applescript:
set thePoint to insertion point -2 of paragraph 1 of selection
tell thePoint to make check box
1
vote
Rafio
shared this idea