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

7 lines
223 B
Handlebars
Raw Normal View History

2015-07-14 19:01:38 -04:00
{{#if info.nullable}}
{{combo-box valueAttribute="id" value=value nameProperty="name" content=boolTypes}}
{{else}}
2015-07-15 14:00:31 -04:00
{{input type="checkbox" checked=valueBool}}
2015-07-14 19:01:38 -04:00
{{/if}}
<span class="param-name">{{info.identifier}}</span>