]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/field_intcheckbox.tpl
Merge pull request #2595 from annando/1606-contact-priority
[friendica.git] / view / theme / frio / templates / field_intcheckbox.tpl
1
2         <div class="form-group field checkbox">
3                 <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3|escape:'html'}}" {{if $field.2}}checked="checked"{{/if}} aria-describedby='{{$field.0}}_tip'>
4                 <label for="id_{{$field.0}}">{{$field.1}}</label>
5                 <span class="help-block" role="tooltip">{{$field.4}}</span>
6         </div>
7         <div class="clear"></div>