Make clicking on titles select checkboxes in water report
This commit is contained in:
parent
e17dc142a5
commit
dbd84c1c09
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue