mirror of https://github.com/status-im/consul.git
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>
|