How can change the border properties of a checkbox using a script
I want to write a script that changes the line style of certain checkboxes (i.e. "solid", "dashed") and also potentially change the border color to "none" in order to remove the border.
More specifically I have a bunch of checkboxes with names ending in a number. When a textbox is updated with a number I want all checkboxes up to that number to change to lineStyle Solid.
