Checkboxes not having ticks after publishing application #1835
Replies: 1 comment
-
Hey @Josh-Nicholson, Skeleton doesn't implement anything that would affect checkboxes in this manner. We rely on native input checkboxes per: Make sure you follow our recommendation for implementing the official Tailwind Forms plugin, covered here: The plugin resets and normalizing input styles, making them easier to style. Then all Skeleton touches is the styling to make them adapt to your theme colors, per: In other words, there's nothing FUNCTIONAL on Skelton's end that would affect your checked state. That's likely local to Svelte/Kit and your personal app structure and state. For Svelte specific issues, we provide a If you find a fix, feel free to post it here though. It might help the next person that runs into a similar issue! |
Beta Was this translation helpful? Give feedback.
-
I'm encountering an issue in production where checkboxes don't have any ticks.
They are there on dev, just not on the built version of the site.
The app is built using the node adapter.
When inspecting the UI using dev tools it states that the background-image is an 'Invalid property value' on checkbox:checked
Example
For reference here is the css value of my live site
and here is the value from the live skeleton site:
Beta Was this translation helpful? Give feedback.
All reactions