i seem to be having problems getting a xform to display a check box - instead it is displaying a text area. All my other items are working correctly, i just cant seem to get this one to work.
this is the code inside my model
<takeMoneyOff type="xs:boolean"/>
//close the my structure
//close the instance
<xf:bind id="takeMoneyOff" nodeset="/xForm/takeMoneyOff"/>
//close the model
and the item this is all refering to for display is
<xf:input ref="takeMoneyOff" class="takeMoneyOffClass">
<xf:label>Take Money Off? </xf:label>
</xf:input>
any ideas guys?
thanks