]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/field_checkbox.tpl
38357fee1aefeecdac883909d4de9a4de5b9a5e9
[friendica.git] / view / theme / frost-mobile / smarty3 / field_checkbox.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}    
6         <div class='field checkbox' id='div_id_{{$field.0}}'>
7                 <label id='label_id_{{$field.0}}' for='id_{{$field.0}}'>{{$field.1}}</label>
8                 <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}><br />
9                 <span class='field_help' id='help_id_{{$field.0}}'>{{$field.3}}</span>
10         </div>