To bind a check box on a form to a yes/no field in your table, set its
Control Source property.
To default a check box to no, set its Default Value property to:
0
Adding a stack of yes/no fields to a table is not a good design. See:
Don't use Yes/No fields to store preferences
at: http://allenbrowne.com/casu-23.html