Enable pg_checksums

I noticed checksums aren’t enabled:

neondb=> show data_checksums;
 data_checksums 
----------------
 off
(1 row)

Does Neon, with its unique architecture, have a way to detect corruption outside of pg_checksums? If not, could this either be enabled by default or be an option when creating a new project?