When attempting to adjust the size of the paper-checkbox, I experimented with changing the width and height properties in my CSS file. Additionally, I tried using transform: scale(2,2).
The scale property resulted in blurriness, while adjusting the width and height only affected the clickable area.
What is the best way to successfully modify the size of the paper-checkbox?