Hello,
I learned some unpleasant behaviour of PropertyGrid recently. Editable Boolean property is correctly being mapped as checkbox column in the UI, however if the Boolean property is attributed with ReadOnly, the UI displays True/False rather than disabled checkbox which is awkward. I haven’t found a way to customize the readonly template vi object attributes (ui is generated based on object attributes rather than via xaml declaration)