How to use images instead of radio buttons ? 103 PostsOsep45 6 years ago2TopicHi, How to use images instead of radio buttons, please ?Osep45 4229 PostsKadministrator 6 years ago1Level 1The same as with any other radio field you will need to add some html/css/jaascript https://stackoverflow.com/questions/17541614/use-images-instead-of-radio-buttonsIn view or list you can do this e.g. using typography, in form you will need to alter rendering using beforeRender code field, similar to how it is done for checkbox field https://www.seblod.com/community/forums/fields-plug-ins/image-for-checkbox 103 PostsOsep45 6 years ago0Level 2Thank you for your reply. I will do it without changing html, just with css and the selector label[for="radio..."] { ... }