Styling form elements like checkboxes, radio buttons etc.
Yaniv Tsoref
1 year ago
I'm trying to style a form and i can't seem to find a way to style the elements other then a normal input, the style panel doesn't seem to affect thm... 😦 how should i style these?
Yaniv Tsoref
1 year ago
Styling form elements like checkboxes, radio buttons etc.
Tom Ireland
1 year ago
Hey. It's worth having a look at the MDN documentation as that's useful for referencing HTML elements and provides information on styling. It's a bit different for things like checkboxes, radio buttons and the like. Dropdowns are a similar deal and I'd opt for creating a custom component as it's more flexible. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#styling_radio_inputs