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>
|
2016-04-04 02:10:27 -04:00
|
|
|
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3|escape:'html'}}" {{if $field.2}}checked="true"{{/if}} aria-describedby='{{$field.0}}_tip'>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{if $field.4}}
|
2016-04-04 02:10:27 -04:00
|
|
|
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4}}</span>
|
2018-04-23 14:59:08 -04:00
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|