Ukuran tombol radio CSS

// How to change the size of the radio button using CSS
// add this code to HTML file, change height and width in style

<input type="radio" name="radio" value="value" style="height:50px; width:50px; vertical-align: middle;">
Chetan Nada