Hi Stephen,
This is an interesting post considering the inumerous issues that could arise, but let's start with the practical issues.
RadioButtons:
No, SBXINP do not cover any special syntax to handle radio buttons.
Checkbox scale:
The scale field is supposed to have effect over the Prefix/Suffix of the INFLD field; the text of a checkbox belongs to the checkbox AUI control itself, so not affected by the scale setting, but obviously that Leo must control this and do not revert it to a text field --something to fix.
Note that SBXINP is able to handle anything allowed in INFLD, just define the proper settings in TYPE, SETDEF, and all the other settings regarding INFLD and covered in Leo.
Considering the above, if you define TYPE=||r and SETDEF="text for control" you will get a RadioButton; with TYPE=||c you get a Checkbox.
I just don't remember if INFLD allow a scale factor for these controls, but that's possible if you use the AUI version instead.
Anyway, there's still an imaginative possibility to use scale with checkboxes using SBXINP
If you define a Prefix with the scale factor w/o using the SBXINP settings for checkboxes, and define TYPE=||c, you will get a checkbox with a prefix. You can also leave the Prefix empty and define the scalled Suffix to get the checkbox with the text on the right, or you can use both (prefix and suffix).
I just hope to not confused things. :rolleyes:
Regards