Suppose one has a list of 5 to 40 items on a web page, and suppose further that one wants to enable the user to delete one or several of the items by checking a checkbox and then clicking a delete button at the bottom (or top). What should the button be labeled with?
- Delete
- Delete checked
- Delete checked items
(Of course, "items" might be replaced with the specific kind of thing, e.g. emails or files.)
And, as a follow-up--would the same logic be applicable to other bulk tasks (e.g. send checked items, print checked items, mark checked items for follow-up)?