I added an icon to a checkbox with
<checkbox id="warn" caption="Warning" icon="WARNING" contextHelpText="some helpful text"/>
but the result has the icon before the caption and after the checkbox.
Is there a way to avoid the second icon (and move the help text icon closer to the checkbox)?