Replies: 1 comment
-
If it's possible you can try https://svelte-5-ui-lib.codewithshin.com/forms/checkbox |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The color inside the checkbox is sometimes difficult to distinguish if it is disabled or not, depending on the background color that users are using (https://flowbite-svelte.com/docs/components/table#Checkbox).
Having a prop boxColor: white | grey | orange
Would simplify not having to override it.
Beta Was this translation helpful? Give feedback.
All reactions