Create radio button
User make radio button like attached Assistant Got it 👍 You want your radio button styled like the attached screenshot (a green checkmark inside a light green circle). Here’s a CSS + HTML example to achieve that look: <style> .custom-radio { display: none; } .custom-radio + label { display: inline-flex; align-items: center; justify-content: center; width: […]