Hello,
is there a way I can define a field in the datasource, so that the EditorItem is an CheckBoxItem?
If I use
the field is rendered as BooleanItem, whhich does not allow null values. But the property of the entity field is defined as java.lang.Boolean, which allows null-values.
is there a way I can define a field in the datasource, so that the EditorItem is an CheckBoxItem?
If I use
Code:
<field name="foo" type="boolean" />
Comment