Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
General
General

Fixing Radio Button Styles in Formly and Relume Multi-Step Form

Avatar of Andrea P.Andrea P.
路

I'm using Formly and Relume to create a multi-step form. The radio buttons works but they don't change style. How I fix this issue?

3 comments

  • Avatar of Mikael F.
    Mikael F.
    路

    Check the properties of the active element in designer mode and then check the HTML of the published site to see what happens.

  • Avatar of Mikael F.
    Mikael F.
    路

    It must be something with the css structure of these elements. For these types of components I usually use an embed code with the styles

  • Avatar of Andrea P.
    Andrea P.
    路

    Thank you I'm checking