Let's say we have some number of checkboxes, and the user is supposed to select some based on what they did, such as below:
What did you do today
[CHECKBOX ONE] Skateboarding
[CHECKBOX TWO] Walking
[CHECKBOX THREE] Running
(Button)
Of course we would want to see which checkboxes were selected and which were not selected (so in the DB it would say something like 'X was selected, Y was not')
How would you do this, it seems like it would be rather basic.
Thanks so much,
Logan