1

I have implemented many CSS methods to enlarge the size of checkboxes. Problem is that it does not work with Google Chrome. For example I tried http://www.456bereastreet.com/lab/form_controls/checkboxes/

Does someone know any idea ?

Thanks

2 Answers 2

5

Styling checkboxes is risky business. It's one of those things that never seems to work consistently with all browsers.

Having said that, jQuery offers a plugin to do a replacement on checkboxes and radiobuttons

http://plugins.jquery.com/project/ui-checkbox

Sign up to request clarification or add additional context in comments.

2 Comments

Agreed, the only safe way to do this is to replace the HTML control with something else (image, css etc). By far the easiest way to do that is to use jQuery and their UI controls.
But most of these plugin does not have enough size for checkboxes. Is there any plugin that control size of checkboxes. Thanks +1
1

This new project seems promising as well https://github.com/mattSOLANO/ScrewDefaultButtonsV2

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.