I am using PDFbox java api to fill out the values in PDF.
I can fill the textbox values. When I use check() method for checkboxes as shown How to check a check box in PDF-form using Java PDFBOX api it set value to true in background but that does not reflect when I open the pdf.
checkbox is still blank without any value.
does anyone know how to fix this issue ?