mirror of
https://github.com/status-im/consul.git
synced 2025-01-30 23:46:03 +00:00
11 lines
233 B
Handlebars
11 lines
233 B
Handlebars
<label
|
|
...attributes
|
|
class="radio-card{{if checked ' checked'}}"
|
|
>
|
|
<div>
|
|
<input type="radio" name={{name}} value={{value}} checked={{checked}} onchange={{action onchange}} />
|
|
</div>
|
|
<div>
|
|
{{yield}}
|
|
</div>
|
|
</label> |