Hello!I have a disabled radio button, is there a way I can make it look like an enabled radio button? I want the user not to control it but will looks like a normal radio button also. Thanks!
Yes you can using a custom css-class like so:
Assign the created 'Disable' class to the Radio Group
this should work
Hello Thibaut! This one works! Thank you!