mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 15:26:48 +00:00
ac613993bb
* 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> |