7 lines
223 B
Handlebars
Raw Normal View History

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