Post #1452523
2026-04-20 15:32 UTC
@bluememon I think these problems are a thing of the past. You can style checkboxes pretty much any way you want now.
https://picocss.com/docs/forms/checkboxes
https://moderncss.dev/pure-css-custom-checkbox-style/
https://moritzglantz.de/checkbox-tetris-gemini-3-enhanced/
https://codepen.io/collection/adyPkB
Replies (1)
-
@bluememon@mastodon.social 2026-04-20 16:46
@MoritzGlantz You’re correct in a way that we can work around the os level issues in these elements that we couldn’t do before. Using you’r example in the second link even though we’re styling the element, we’re just hiding the original one and building the custom one from scratch witch is not ideal and doesn’t guarantee consistency across browsers unfortunately (looking at you safari lol).