I want to add a checkbox replacing a bookmark.
I am able to replace a bookmark by text following the sample provided in github but how do we replace with a checkbox?
I tried with
run = factory.createR()
CTFFCheckbox c=new CTFFCheckbox();
run.getContent().add(factory.createcTFFDatacheckbox(c));