9dc83806d8
* ui: Improve keyboard access for some custom components * ui: Add some accessibility related metadata
4 lines
244 B
Handlebars
4 lines
244 B
Handlebars
<input onchange={{action onchange}} type="radio" name="radiogroup_{{name}}" id="radiogroup_{{name}}_{{slugify id}}" value={{id}} checked={{if selected 'checked'}} />
|
|
<div role="tabpanel" id="radiogroup_{{name}}_{{id}}_panel">
|
|
{{yield}}
|
|
</div> |