Hi @Didi_Kerkhofs - you can’t have an Airtable checkbox field that is automatically populated (at least not without going outside of Airtable to, e.g. Zapier), but you can do this:
with the formula:
IF(DATETIME_DIFF(TODAY(), {Move out}, 'days') >= 0, '✅')
JB