2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<div class='field checkbox'>
|
|
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
2018-12-13 22:28:12 -05:00
|
|
|
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}} aria-describedby='{{$field.0}}_tip'>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{if $field.4}}
|
2018-12-13 22:35:51 -05:00
|
|
|
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4 nofilter}}</span>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|