I’m trying to create a task list utilizing checkboxes, and I’d like that to automatically updated a field named “Status”.
For example if a new record is created and no checkboxes are checked off, the status should be “New”. If the final payment column is checked, the status should change to “Paid”, etc.

