W3 Mind Logo
Home » How to increase Checkbox size in HTML/CSS

How to increase Checkbox size in HTML/CSS

Now you can easily increase the size of the HTML checkbox. You just need to apply CSS3 properties.
Here is the CSS code to add with your CSS class or ID.

Example:

				
					input[type="checkbox"]{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
}
				
			
About Author
W3Mind

W3Mind

W3Mind focuses on Blogging, Make Money Online, SEO, Business Blogging, Social Media, WordPress, Internet Tools, Web Design and Development.
Give it a Share
Facebook
Twitter
LinkedIn
You May Also Like
Leave a Reply

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

How to
START A
BLOG
(step by step)
Load WordPress Sites in as fast as 37ms!