<hbj:radioButtonGroup
id="Genderselect"
columnCount="2"
selection="rb_fem"
<hbj:radioButton
id="RBGenderFemale"
text="female"
key="rb_fem"
tooltip="I am female"
disabled="false"
/>
<hbj:radioButton
id="RBGenderMale"
text="male"
key="rb_male"
tooltip="I am male"
disabled="false"
/>
</hbj:radioButtonGroup>