Html / Bootstrap Radio Button increase button size [solved]

I remember having this issue before and could not find it. But now alas, somehow has pointed it out. Thank you google again.

Here is the code for the radio button itself. We will be using style feature

<input style="height:35px; width:35px; vertical-align: middle;" type="radio" name="foo" value="faa">
 

And there you go.

Leave a Reply

Your email address will not be published. Required fields are marked *