Use the <Checkbox> component to display a checkbox. When selected, the box represents a value of true. ACreating a CheckboxCreating a Checkbox cleared box represents a false value. You can change the checkbox name by editing the value of the label property.
<Field name=’accounts[LDAP].selected’>
<Display class=’Checkbox’>
<Property name=’label’ value=’LDAP’/>
</Display>
</Field>
<Field name=’global.Password.Expired’>
<Display class=’CheckBox’>
<Property name=’title’ value=’User must change password at
next login’/>
<Property name=’alignment’ value=’left’/>
</Display>
</Field>