2015-07-14 16:01:38 -07:00

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>