I have multiple checkboxes with my application and the user can select which activity they require, what I need to do is then store those selection of either Yes or No on one record on the sharepoint list for example:
Selections:
Activity1
Activity2
Activity3
If Activity 1 and 3 are selected then the list item should be
Activity1 = YES
Activity2 = NO
Activity3 = YES
I cannot figure out the process for doing this, have been looking at some kind of collection and then sending that to the SP List but cant get all the values into one collection.