How can I change the radiobutton style to a button style in XAML? And how to set the background color if the radiobutton is checked? I would like to use the default colors (
You need to define the controltemplate for RadioButton and apply a trigger in controltemplate. Something like.
And use it like.
Hope it helps..