I'm using a checkbox to make an image show or hide on click, and it's
not showing the images when I save it.I have my image in positioned
subfrom and then have that in a flowed subform. My flowed subform with
the image in it is set to hidden and I'm using this JavaScript for my
checkbox selection.if(AddImage.rawValue == 0)Info.presence =
"hidden";elseInfo.presence = "visible";The image will show up or hide in
the form, but as soon as I save it out to a PDF and then look at it non
of my selection...