I have a form for lawyers where they need to be able to select which states they are licensed in.
So, they need a clean way to be able to select a few states from all 50 states.
What I'm not sure is, how to handle this in HTML. Is there some possible way to have a drop down of checkboxes or something similar?
I'm using ASP.NET MVC. I'm also curious how the model binding will look on the return for something like this.
Thanks,
Simpatico