Related resources for ischecked
  • Checkbox Inside Listbox to Select Multiple Items in Silverlight Using MVVM2/3/2012 1:48:49 AM. 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.