Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML checkbox CSS: Cursor default or pointer?

Tags:

html

css

Is there a definitive standard for the cursor on an HTML checkbox?

Default, pointer, or (shudder) text?

like image 603
Ben Avatar asked Oct 27 '25 05:10

Ben


2 Answers

According to CSS Cursor Property, it appears that the default setting for cursor is auto and 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).

like image 90
Jay Avatar answered Oct 29 '25 18:10

Jay


Depends on what is your definition of "Definitive standard". Default is default, which means without any modification, the look will be shown with default settings (pointer).

like image 44
Raptor Avatar answered Oct 29 '25 19:10

Raptor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!