Create a List of Checked Values

Hi All,

I’m building out a submission form that among other data will have up to 7 boxes checked or unchecked. When the form is submitted and the record is created I need a field in the record that will list which boxes were checked. Trying to find an easy way to do this.

What do you mean by “list” ?

You could set a boolean (yes/no) type field for each one.