Resources  
  • RadioButtonFor Helper Handle IsSelected in MVCMay 31, 2015. This article shows you how to use RadioButtonFor Helper handling IsSelected in MVC applications.
  • Checkbox Inside Listbox to Select Multiple Items in Silverlight Using MVVMFeb 01, 2012. When I was working for a project, we had requirements like a list should be displayed in a listview and the user should be able to select items through a checkbox. Since Silverlight doesn't have a Listbox control with a checkbox, we tried many ways to achieve this. Finally we found a way to do it. In the following article, I will explain how we did that.