Skip to main content

How to create a checkbox that checks for one of several attributes within a field?

Comments

1 comment

  • Berend Veldkamp
    You could turn it around and try something like this: (new[] {"USA", "England", "Italy"}).Contains(Country)

     

     
    0

Please sign in to leave a comment.