use old school input

This commit is contained in:
Godfrey M 2024-08-07 10:54:06 -07:00
parent 6b1784f2ee
commit 3a96e501cc

View file

@ -170,7 +170,7 @@
</div>
<div class="col-md-9">
<label class="form-control">
{{ Form::checkbox('shortcuts_enabled', '1', old('shortcuts_enabled', $setting->shortcuts_enabled)) }}
<input type="checkbox" name="shortcuts_enabled" value="1" {{ old('shortcuts_enabled', $setting->shortcuts_enabled) ? 'checked' : '' }}>
{{ trans('general.yes') }}
</label>
{!! $errors->first('shortcuts_enabled', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}