mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-05 08:59:07 +00:00
7 lines
219 B
Handlebars
7 lines
219 B
Handlebars
{{#if info.nullable}}
|
|
{{combo-box valueAttribute="id" value=value nameProperty="name" content=boolTypes}}
|
|
{{else}}
|
|
{{input type="checkbox" checked=value}}
|
|
{{/if}}
|
|
<span class="param-name">{{info.identifier}}</span>
|