Make radio button bigger?

Latox picture Latox · Dec 23, 2010 · Viewed 91.7k times · Source

Is there any way to make a radio button bigger using CSS?

If not, how else can I do it?

Answer

Manish Patel picture Manish Patel · Oct 14, 2015

Try this code:

input[type='radio'] { transform: scale(2); }