I'm attempting to horizontally align two controls (namely the Checkbox
and Nav
) in a Controlgroup
's controls section. However, I can't find a way to prevent their vertical alignment.
<b:ControlGroup>
<b:Controls controlsRow="true">
<b:CheckBox ui:field="tosCheckBox" text="I accept the " />
<b:Nav>
<b:NavLink href="" text="Terms of Use" />
</b:Nav>
</b:Controls>
</b:ControlGroup>
Aligning two checkboxes horizontally is possible with 'Inline'. But in this case I want to horizontally align the checkbox and Nav. And Nav doesn't support Inline. I noticed by default listboxes are also horizontally aligned in a Control
's group