Replies: 2 comments 1 reply
-
Here are a couple examples I've thrown together in the past: https://codepen.io/claviska/pen/mdLKPPg I'd like to make this easier in the future, but hopefully this gets you by for now. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also wanted to make checkbox icon more heavier. (I've wanted set stroke-width="2")
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to style the checkbox using custom icons (found in icon assets).
Unchecked: https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/dist/assets/icons/circle.svg
Checked: https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/dist/assets/icons/check2-circle.svg
I tried setting the parts thus:
But this is not producing the proper output. For e.g.
How can I fix this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions