chosen(myMultiChoice, choiceIdList)
To return "true" (Yes) if the given numbers representing the choice value IDs are fully covered in the selection. chosen(myMultiChoice, choiceId)
To return "true" (Yes) if a given number equals the ID of one of the chosen values.chosen(myMultiChoice, myFavoriteSport)
To return "true" (Yes) if a given string equals at least one of the selected choice values. chosen(myMultiChoice)
To get all chosen values from a multiple-choice field.