Files
discourse-data-explorer/assets/javascripts/discourse/templates/admin/components/q-params/boolean.hbs
T

13 lines
243 B
Handlebars

{{#if info.nullable}}
{{combo-box
valueAttribute="id"
value=value
nameProperty="name"
content=boolTypes
}}
{{else}}
{{input type="checkbox" checked=valueBool}}
{{/if}}
<span class="param-name">{{info.identifier}}</span>