mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Simplified "checkboxUncheckedValue" handling
This commit is contained in:
@@ -124,9 +124,6 @@
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="hidden"
|
||||
name="open"
|
||||
value="1">
|
||||
<input @if($stockEntry->open == 1) checked @endif class="form-check-input custom-control-input" type="checkbox" id="open" name="open" value="1">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="open">{{ $__t('Opened') }}</label>
|
||||
|
Reference in New Issue
Block a user