Skip to content

Commit

Permalink
test: swap checkboxes examples [ci visual] (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Oct 10, 2023
1 parent a8ce47d commit 8516df8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
<legend class="fd-fieldset__legend">Inline checkboxes</legend>
<div class="fd-form-group fd-form-group--inline">
<div class="fd-form-item">
<input type="checkbox" class="fd-checkbox" id="Ai4ez617">
<label class="fd-checkbox__label" for="Ai4ez617">
<input type="checkbox" class="fd-checkbox" id="Ai4ez619" disabled checked>
<label class="fd-checkbox__label" for="Ai4ez619">
<span class="fd-checkbox__checkmark" aria-hidden="true"></span>
<div class="fd-checkbox__label-container">
<span class="fd-checkbox__text">Potatoes</span>
<span class="fd-checkbox__text">Carrots</span>
</div>
</label>
</div>
<div class="fd-form-item">
<input type="checkbox" class="fd-checkbox" id="Ai4ez618" checked>
<label class="fd-checkbox__label" for="Ai4ez618">
<input type="checkbox" class="fd-checkbox" id="Ai4ez617">
<label class="fd-checkbox__label" for="Ai4ez617">
<span class="fd-checkbox__checkmark" aria-hidden="true"></span>
<div class="fd-checkbox__label-container">
<span class="fd-checkbox__text">Tomatoes</span>
<span class="fd-checkbox__text">Potatoes</span>
</div>
</label>
</div>
<div class="fd-form-item">
<input type="checkbox" class="fd-checkbox" id="Ai4ez619" disabled checked>
<label class="fd-checkbox__label" for="Ai4ez619">
<input type="checkbox" class="fd-checkbox" id="Ai4ez618" checked>
<label class="fd-checkbox__label" for="Ai4ez618">
<span class="fd-checkbox__checkmark" aria-hidden="true"></span>
<div class="fd-checkbox__label-container">
<span class="fd-checkbox__text">Carrots</span>
<span class="fd-checkbox__text">Tomatoes</span>
</div>
</label>
</div>
Expand Down
18 changes: 9 additions & 9 deletions packages/styles/tests/__snapshots__/styles.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14103,29 +14103,29 @@ exports[`Check stories > Components/Forms/Checkbox > Story Inline > Should match
<legend class=\\"fd-fieldset__legend\\">Inline checkboxes</legend>
<div class=\\"fd-form-group fd-form-group--inline\\">
<div class=\\"fd-form-item\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez617\\">
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez617\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez619\\" disabled checked>
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez619\\">
<span class=\\"fd-checkbox__checkmark\\" aria-hidden=\\"true\\"></span>
<div class=\\"fd-checkbox__label-container\\">
<span class=\\"fd-checkbox__text\\">Potatoes</span>
<span class=\\"fd-checkbox__text\\">Carrots</span>
</div>
</label>
</div>
<div class=\\"fd-form-item\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez618\\" checked>
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez618\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez617\\">
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez617\\">
<span class=\\"fd-checkbox__checkmark\\" aria-hidden=\\"true\\"></span>
<div class=\\"fd-checkbox__label-container\\">
<span class=\\"fd-checkbox__text\\">Tomatoes</span>
<span class=\\"fd-checkbox__text\\">Potatoes</span>
</div>
</label>
</div>
<div class=\\"fd-form-item\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez619\\" disabled checked>
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez619\\">
<input type=\\"checkbox\\" class=\\"fd-checkbox\\" id=\\"Ai4ez618\\" checked>
<label class=\\"fd-checkbox__label\\" for=\\"Ai4ez618\\">
<span class=\\"fd-checkbox__checkmark\\" aria-hidden=\\"true\\"></span>
<div class=\\"fd-checkbox__label-container\\">
<span class=\\"fd-checkbox__text\\">Carrots</span>
<span class=\\"fd-checkbox__text\\">Tomatoes</span>
</div>
</label>
</div>
Expand Down

0 comments on commit 8516df8

Please sign in to comment.