Hi,I'm setting the fill color of fields on enter and exit. This works
well for all fields except for check buttons or radio buttons where the
border gets overwritten by the fill. Depending on the zoom level some
borders may be visible.I should also mention that this behaviour is
exhibited only when the form is rendered as a static PDF. There's no
problem with a dynamic PDF.The JavaScript I use to set the fill color
is:xfa.resolveNode(this.somExpression +
".ui.#checkButton.border.fill.color").val...