How to set a value (string) for Radio Button in WPF
I have created radio button dynamically in ItemsControl through XMLDataProvider binding.
Also, I want to set the values for each radio button (from XML) and when I check on a radio button, I have to manipulate with the corresponding value.
Could you please help me how on this asap?