I need a ListBox which will contain several options. I need checkboxes exactly(style), not radio buttons. Is there any way i can allow only 1 checked checkbox at the moment? I’m using MVVM, so i can’t just check or uncheck them manually, it’s against the rules.
And if i can’t make such functionality – is there easy way to style radiobuttons to look like checkboxes?
I need a ListBox which will contain several options. I need checkboxes exactly(style), not
Share
Well, in the end, i used this solution