mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Replace Form::checkbox
This commit is contained in:
parent
9559c5a025
commit
04e4b6c181
|
@ -109,7 +109,7 @@
|
|||
|
||||
<div class="checkbox-inline">
|
||||
<label>
|
||||
{{ Form::checkbox('required', 'on', old('required')) }}
|
||||
<input type="checkbox" name="required" value="on" @checked(old('required'))>
|
||||
<span style="padding-left: 10px;">{{ trans('admin/custom_fields/general.required') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue