Hi
is there any property in checkbox like in comobox displaymember and selectedvaluepath in silverlight..................?
mycombo.DisplayMemberPath = "Name";(Propery Name)
mycombo.ItemsSource = carList;(list )
mycombo.SelectedValuePath = "Price";(Propery Name)