Since you are setting a value type to its default value (in this case setting a boolean to false) - it is being interpreted as unset, and as a result not being respected.
I would remove the default value in the modal builder, and set it at the application layer as a default (probably just constructor for the entity)