Make clicking on titles select checkboxes in water report

This commit is contained in:
Eli Ribble 2026-02-06 15:44:16 +00:00
parent e17dc142a5
commit dbd84c1c09
No known key found for this signature in database

View file

@ -354,15 +354,15 @@ document.addEventListener('DOMContentLoaded', function() {
<div class="row mb-4">
<div class="col-md-6 mb-3 row">
<div class="form-check mt-4">
<input type="checkbox" class="form-check-input" name="property-ownership">
<input class="form-check-input" id="property-ownership" name="property-ownership" type="checkbox">
<label class="form-check-label" for="property-ownership">This is my property</label>
</div>
<div class="form-check mt-4">
<input type="checkbox" class="form-check-input" name="backyard-permission">
<input class="form-check-input" id="backyard-permission" name="backyard-permission" type="checkbox">
<label class="form-check-label" for="backyard-permission">I grant permission to enter the back yard of this property.</label>
</div>
<div class="form-check mt-4">
<input type="checkbox" class="form-check-input" name="reporter-confidential">
<input class="form-check-input" id="reporter-confidential" name="reporter-confidential" type="checkbox">
<label class="form-check-label" for="reporter-confidential">
<i class="bi bi-info-circle-fill text-primary ms-1"
data-bs-toggle="tooltip"