I've got a strongly typed View which displays data from my model (which comes from a database table), such as:
Model.servicetype Model.serviceid
All the fields within this model contain true or false values.
I simply wanted to loop through the Model and either replace the values of true and false, or create some sort of generic list and output the data from that.

Note this is only for display purposes, the user can't edit etc.
Hope that makes sense.
Thanks