Skip to content

Commit

Permalink
Revert "refactor: remove useless checkboxes"
Browse files Browse the repository at this point in the history
This reverts commit 6c93964.
  • Loading branch information
tyliec committed Aug 28, 2023
1 parent 2d7749a commit 3cbf326
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@ <h2 class="f5 mv0 black-40 fl" id="PermittedResidentialUses">
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="1F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="1F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -168,6 +182,20 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="2F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="2F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -221,6 +249,20 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="3F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="3F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -274,6 +316,20 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="4F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="4F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -325,6 +381,20 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="AD" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="AD" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Occupancy Requirements</h5>
<div class="ph1">
<label>
Expand Down

0 comments on commit 3cbf326

Please sign in to comment.