Can anyone help me with a simple template to make a WPF ToggleButton show \"yes\" or \"no\" depending on it\'s toggle state?
I dont want it to look like a button though,
Building up on @Batuu's reply, to be just left with the content as text just update the style to
Updated
Addition here compared to original reply is
You basically set the template of the button to just be the content that it holds.