You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS versions:
Google Chrome 134.0.6998.90
Windows 10 Home Edition
Question
I am using a standalone checkbox without of label and I want it to be checked when it is being clicked.
Currently it does not work as expected because if I click slightly right from the checkbox it becomes checked also.
I have tried to provide tagName property since it was mentioned in Blueprint documentation as a way to "reduce the clicking area" but when I tried values "div" or "span" it disables the clicking area completely.
So what is the correct way to reduce checkbox clicking area to the checkbox itself?
The text was updated successfully, but these errors were encountered:
Environment
@blueprintjs/core: 5.16.4
Google Chrome 134.0.6998.90
Windows 10 Home Edition
Question
I am using a standalone checkbox without of label and I want it to be checked when it is being clicked.
Currently it does not work as expected because if I click slightly right from the checkbox it becomes checked also.
I have tried to provide tagName property since it was mentioned in Blueprint documentation as a way to "reduce the clicking area" but when I tried values "div" or "span" it disables the clicking area completely.
So what is the correct way to reduce checkbox clicking area to the checkbox itself?
The text was updated successfully, but these errors were encountered: