mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +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>
|