PolymerElements/paper-radio-group

RadioButton works like a checkbox in RadioGroup

Closed this issue · 2 comments

I am having issue with PaperRadioButtons when using inside PaperRadioGroup. They are acting more like a checkbox than RadioButton. Also when I use PaperRadioButton without PaperRadioGroup, they still acts like a checkbox. What's the idea behind making RadioButton acting like a checkbox with states selected and unselected?

The idea was that if outside a paper-radio-group, a paper-checkbox and a paper-radio-button are basically the same element, without different styles. The fact that it doesn't work correctly inside the paper-radio-group is a bug, and I am fixing it in #9 :)

Ok... Looking forward for it's fix.