Hi Sp215I have found success doing something similar by adding this
piece of javascript to the PrePrint event of a subform that has a
checkbox:if (this.rawValue ==
0){xfa.form.form1.yoursubform.yoursubform.presence = "hidden";}Let me
know if this is helpful!