I want to get a colored edge around a checkbox in lifecycle with scripts (only want it if it's not filled out, but that's not the point). Now the checkbox got caption added, so if I do this:
this.border.edge.color.value = "200, 100, 50";
the Script will color the whole control (also the text and not only the checkbox). How can I aim the checkbox only?