mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
6 lines
192 B
PHP
6 lines
192 B
PHP
|
<div class="checkbox">
|
||
|
<label for="{{ $field }}" class="">
|
||
|
<input value="1" id="{{ $field }}" type="checkbox" name="{{ $field }}">{{ trans("texts.{$field}") }}
|
||
|
</label>
|
||
|
</div>
|