How to Achieve Radio Option Styling
Hello Community, Im trying to add styling to my radio options, such as border and padding
when i do this, this only add the style to the container of all radio instead of each indivitual radio

Solution:Jump to solution
That will just apply to the container.
extraInputAttributes is like what you want......
5 Replies
Solution
That will just apply to the container.
extraInputAttributes is like what you want...
also ensure those classes exist in the rendering engine
is there a way to achieve the radio option style ?
As I said apply it to the
->extraInputAttributes([])
not
->extraAttributes([])
thank you !