We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RadioButton
1 parent 1d3f6bd commit 0e9d53eCopy full SHA for 0e9d53e
app/components/radio-button.hbs
@@ -0,0 +1,6 @@
1
+<input
2
+ type="radio"
3
+ checked={{eq @groupValue @value}}
4
+ ...attributes
5
+ {{on "change" (fn @onChange @value)}}
6
+/>
0 commit comments