I'm sure this has been a point of pain expressed here before, but apparently Microsoft does not allow option groups to exist as part of a layout.
Has anyone discovered a good workaround for this? I want to have a stacked layout so that I can have the controls stretch across the top and keep things centered, and therefore be able to resize the form without everything falling apart. My form code checks the selected option in a group of 3 radio buttons to apply the correct filter to the continuous form. I imagine this could be done instead with a set of toggle buttons? Has anyone solved this problem effectively before?