I have a List of about 20 items I want to display to the user with a checkbox beside each one (a Available property on my ViewModel).
List
Available
When
The best thing to do would be to create a template that can be reused. I have some code at home that I can post later tonight.
Maybe check SO for similar posts in the mean time.
Dynamic list of checkboxes and model binding