Hi there!
A checkbox in airtable is evaluated as 1 if checked, and 0 if not.
Your formula should look something like…
SUM({Field1}, {Field2}, {Field3})
Replace each field with your field names and continue the list to include all the checkbox fields you want to sum up.
Hope this helps!