mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-10 10:17:58 +00:00
8 lines
190 B
Handlebars
8 lines
190 B
Handlebars
<Input type='radio'
|
|
aria-checked={{this.checkedStr}}
|
|
checked={{this.checked}}
|
|
name={{@name}}
|
|
disabled={{@disabled}}
|
|
value={{@value}}
|
|
{{on 'change' this.change}}
|
|
...attributes/> |