Form where User can tick multiple answers

0
Hey! I want to make a form, say for example the question is:   “What is the purpose of your training?” Health Look good Be stronger Then I want the User to be able to tick all three choices if it corresponds to him and save the result. This doesn’t work with enumerations, but is there a simple way of achieving this functionality?  
asked
1 answers
0

Sounds like you need 3 separate boolean’s. One for each choice.

answered