I have a form with some radio buttons and single line comments that accompany them. I have them in an inline block so they are next to each other(first photo-Buttons in place). I have the "Remarks" single line text boxes set to be hidden if the OK button is checked.
However if the first radio button "a. Switches" is set to okay, the second radio button "b.Gauges" moves up to where "Remarks" single line text box would have been if "Inop" was checked(second photo-wrong place radio buttons).
I would like the radio buttons to stay on the left no matter if "OK" or 'Inop" is checked off and the remarks text boxes to stay on the right of the radio buttons whether they are showing or not.
I tried to use an "absolute" position property but that doesn't seem like great way of doing this.