When a model has a boolean which can be nil, the "Show" tab indeed shows the boolean as nil with the help of a grey icon:

However in the Edit tab, the value is displayed as an unticked checkbox instead of reflecting the fact that the value is nil:

And when saving the Edit form, it then applies the value false to the field, instead of keeping it nil as it should. It means that currently I cannot use rails_admin to edit my records' other fields, out of fear of inadvertently modifying these boolean values which should stay nil.
When a model has a boolean which can be
nil, the "Show" tab indeed shows the boolean asnilwith the help of a grey icon:However in the Edit tab, the value is displayed as an unticked checkbox instead of reflecting the fact that the value is
nil:And when saving the Edit form, it then applies the value
falseto the field, instead of keeping itnilas it should. It means that currently I cannot userails_adminto edit my records' other fields, out of fear of inadvertently modifying these boolean values which should staynil.