Skip to content

Commit

Permalink
fix(checkbox): not working after formAssociated changes
Browse files Browse the repository at this point in the history
Fixes #4747

PiperOrigin-RevId: 558187176
  • Loading branch information
asyncLiz authored and Copybara-Service committed Aug 18, 2023
1 parent 56f1152 commit 33803ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkbox/internal/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ $_checkmark-bottom-left: 7px, -14px;
outline: none;
position: absolute;
width: 48px;
z-index: 1;
}

:host([touch-target='none']) input {
Expand Down

0 comments on commit 33803ab

Please sign in to comment.