Try using "horizontal" with a style
<cfform format="flash">
<cfformgroup type="horizontal" style="horizontalGap: 0;">
<cfinput type="radio" value="true" name="GLProdCompleted" label="YES" width="50">
<cfinput type="radio" value="false" name="GLProdCompleted" label="NO - Products and Completed Operations">
</cfformgroup>
</cfform>