PricingBlog

Styling form elements like checkboxes, radio buttons etc.

  • yantso-1281216675626352711

    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?
  • yantso-1281218978269761536

    Yaniv Tsoref

    1 year ago

    Styling form elements like checkboxes, radio buttons etc.
  • tomthebigtree-1281223819545280554

    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
  • yantso-1281229440264966276

    Yaniv Tsoref

    1 year ago

    @Tom Ireland tnx
    👍1