ember-radio-button
Advanced tools
Changelog
1.1.1
app/templates/components/radio-button.hbs
for example)
You will need to instead extend the provided component and explicitly
supply your own template.Changelog
1.0.7
radioClass
property to put any classes you want on the input elementradioId
property to specify an id for the input element, allows
associating non-wrapping label elementsChangelog
1.0.6
hasBlock
internally and remove deprecation warnings from
accessing the component's template
propertyChangelog
1.0.1
checked
classname on the label element when a block form
radio-button is checkedChangelog
1.0.0
change
event, not click
label
and input
elements emitted, no more span