mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Simplified "checkboxUncheckedValue" handling
This commit is contained in:
@@ -74,9 +74,6 @@
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="hidden"
|
||||
name="not_check_shoppinglist"
|
||||
value="0">
|
||||
<input @if($mode=='edit'
|
||||
&&
|
||||
$recipe->not_check_shoppinglist == 1) checked @endif class="form-check-input custom-control-input" type="checkbox" id="not_check_shoppinglist" name="not_check_shoppinglist" value="1">
|
||||
|
Reference in New Issue
Block a user