Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Radio Button behavior in Paper Toggle
This is for issue #73 the problem was that the onClick event of the radio button associated to the toggle was triggered too, I removed the onClick from the radio button associated to the toggle
- Loading branch information
d9640f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys, how do you pass a default
checked
attribute for the RadioButton component (i.e. [ ] Off [x] On | [x] Off [ ] On)?Seems like an obvious thing, but now I'm forced to add support for
checked
@props, is there a better way?d9640f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know, it works, thanks!