Hi @geminirajesh ,
Unfortunately, it is the default value that you want for this field when creating a new record. it does not persist the default value in database.
you will have to pick a value and save the record to persist it.
You could write a script for this. But I am not aware about a system wide option.
The default value of the checkbox should work fine for new records, otherwise you need to review the custom field set up again.
For existing records, the checkbox value will most likely be NULL, I don’t believe the system will retrospectively update all existing records for you. My suggestion would be to utilise data migration or a suitable PLSQL script to correct the existing records.
Not sure if Find & Replace would work as well, you have to essentially check and then uncheck the checkbox.