I am wondering if it is possible to use the checkbox API inside a new .NET 4.0 MVC 2 application to generate the HTML of a survey and then to save the question results. I have done this in a current C# Webforms application, but I am investigating converting some of this current application to MVC.

Any information on using the current CheckBox API in MVC would be appreciated.

Thanks.