]> git.mxchange.org Git - friendica.git/blob - view/smarty3/field_intcheckbox.tpl
Keep html in template, use data attribute for img
[friendica.git] / view / smarty3 / field_intcheckbox.tpl
1         
2         <div class='field checkbox'>
3                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
4                 <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}}>
5                 <span class='field_help'>{{$field.4}}</span>
6         </div>