-
I've looked through all the settings, and I'm sure I've just missed it somewhere, but I can't see where to change the shape of the checkboxes from round to square. Can someone point me at where to change the box shape? And if there isn't a setting, does anyone know which CSS selectors to use to change it? Thanks so much! |
Beta Was this translation helpful? Give feedback.
Answered by
Akifyss
Mar 18, 2024
Replies: 1 comment
-
You can import the following CSS snippet to make it square: body {
--checkbox-radius: 4px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mitten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can import the following CSS snippet to make it square: