Worked checkboxes in spots table should be hidden by default

This commit is contained in:
ian
2026-09-24 08:33:35 +00:00
parent 1d0129f7bb
commit 8a2976e267
+1 -1
View File
@@ -75,7 +75,7 @@
<div class="col">
<div class="form-check">
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowWorkedCheckbox"
value="tableShowWorkedCheckbox" oninput="columnsUpdated();" checked>
value="tableShowWorkedCheckbox" oninput="columnsUpdated();">
<label class="form-check-label" for="tableShowWorkedCheckbox">Worked?</label>
</div>
</div>