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
I think this needs to be raised on symbiote/silverstripe-gridfieldextensions, since that's the component that renders the inline editable checkboxes and the same request here would be valid for all implementations of it.
Things to consider when doing this:
We may need to add a label for the checkbox in order to make it clickable
The label needs to be accessible and not confuse screenreaders
The checkbox identifies the column header as its label at the moment, we'd need to change that to the label
I agree it belongs on GridFieldExtensions. I think there should be a variant (probably through configuration) that allows label-less checkboxes in columns. It can still be screen reader friendly with appropriate html attributes. I personally would prefer that it also involve making the whole table cell the label for the checkbox - ie. making a click anywhere on the cell toggle the checkbox.
Update styling so the whole cell/padding for column's 'in results'/'in detail' checkbox is selectable.
Action this in: symbiote/silverstripe-gridfieldextensions#281
The text was updated successfully, but these errors were encountered: