Select all checkboxes with no-children #1873
-
Hi Team, We have a use case of representing multiple checkboxes on the table and having few selectAll checkboxes on column level. Due to the nature of the checkbox, they will not have labels as it has to be inferred from the row names and column names.(PFA) Issue: When Also would like to understand if we would be able to update the size of the checkbox? I tried them on the sandbox below, but does not seem to work. Sandbox: https://codesandbox.io/s/empty-platform-6ru6x?file=/src/index.tsx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @bmuthusubash ! This is something we should've caught with @pguptaDS in the original design discussion #1520 : The "Select all" checkboxes should have a text label. Otherwise, it's not clear what they do—I assume this is why tooltips were added in in the mockups. Here's a quick mockup of what that might look like: With the text labels added in, you might not need to center the content, but we can help out if that's still your preferred route. The sizing of the checkboxes however can't be changed. If you have insight from customers that the sizing is hurting the usability of this page, though, please let us know! |
Beta Was this translation helpful? Give feedback.
Hey @bmuthusubash ! This is something we should've caught with @pguptaDS in the original design discussion #1520 : The "Select all" checkboxes should have a text label. Otherwise, it's not clear what they do—I assume this is why tooltips were added in in the mockups.
Here's a quick mockup of what that might look like:
With the text labels added in, you might not need to center the content, but we can help out if that's still your preferred route. The sizing of the checkboxes however can't be changed. If you have insight from customers that the sizing is hurting the usability of this page, though, please let us know!