This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checkbox): Added box-sizing to component
consider adding the default value of box-sizing to the element most websites today are using a variation of the global `box-sizing: border-box` https://css-tricks.com/box-sizing/ checkbox fails to work if the page box-sizing is set to `border-box`, adding `content-box` ensure that the element will be rendered as intended regardless of the page global box-sizing value
- Loading branch information