Checkbox behaviour

Jmix 2.6 , Postgres, JDK 17
I have defined a required boolean attribute in the entity, and Studio generated the detail view nicely.
However, when editing, checkbox shows required when unchecked. Is this intentional?
I would expect that when checkbox is cleared, it would be false, this required validation would pass, but instead seems it reverts to null. I think we need empty for null, “V” checkmark for true, and “X” for false.

Kind regards,
Mladen

Hi,

This is due Vaadin changes:

Regards,
Gleb

1 Like