MVC4 Model in View has nested data - cannot get data in model
- by Taersious
I have a Model defined that gets me a View with a list of RadioButtons, per IEnumerable.
Within that Model, I want to display a list of checkboxes that will vary based on the item selected. Finally, there will be a Textarea in the same view once the user has selected from the available checkboxes, with some dynamic text there based on the…