2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<div class='field checkbox'>
|
|
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
2018-12-14 03:28:12 +00: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 18:59:08 +00:00
|
|
|
{{if $field.4}}
|
2018-12-14 03:35:51 +00:00
|
|
|
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4 nofilter}}</span>
|
2018-04-23 18:59:08 +00:00
|
|
|
{{/if}}
|
2013-04-23 11:47:57 +00:00
|
|
|
</div>
|