How to modify the radio button design?

Hello Guys
I used the radio with labal component.
I can’t find a way to modify the design of the radio button.
Any tips ?

You have to edit the element styles and add:
border-radius:10px; or the ammount you want there.

You can check the Bootstrap classes for radius here:

Thanks livacu but it doesn’t work whatever I did (add Bootstrap classes to the Radio element or edit the CSS).

There must be some class overwriting and restricting you. Try adding !important at the end of the code

Do you mean something like this

1 Like