]> git.mxchange.org Git - friendica.git/blob - view/templates/field_intcheckbox.tpl
Merge pull request #4917 from annando/show-private-forums
[friendica.git] / view / templates / field_intcheckbox.tpl
1
2         
3         <div class='field checkbox'>
4                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
5                 <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'>
6                 <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4}}</span>
7         </div>