I am trying to use e:checkbox component in following configuration:
booleanProp is defined in MyBB backing bean like this:
When JSF UpdateModel phase is executed I get IllegalArgumentException because CheckboxInput components tries to set the value binding with null value, even if disabled is true.