]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/field_checkbox.tpl
removed old comment that is no longer true
[friendica.git] / view / theme / decaf-mobile / templates / field_checkbox.tpl
1
2         
3         <div class='field checkbox' id='div_id_{{$field.0}}'>
4                 <label id='label_id_{{$field.0}}' for='id_{{$field.0}}'>{{$field.1}}</label>
5                 <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}><br />
6                 <span class='field_help' id='help_id_{{$field.0}}'>{{$field.3}}</span>
7         </div>