Is there a definitive standard for the cursor on an HTML checkbox?
Default, pointer, or (shudder) text?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to CSS Cursor Property, it appears that the default setting for
cursorisautoand it lets the browser decide what is to be displayed when a user interacts with a checkbox. I guess there would be a “definitive standard” for each browser, so I guess there really isn’t a standard? Do whatever you’d like while keeping it reasonable (no text cursors, please!)Most checkboxes that I come across use the default cursor (but maybe that’s due to my use of Google Chrome).