[UI] Selecting Checkbox Ranges

Clicking a checkbox in a list, holding down shift, and clicking another.

Would be nice if that selected a range.

It's doable in Javascript by looping through last-click + current-click checkbox positions and setting the .checked property of everything inbetween. It speeds up certain tasks, like email deletion.

Status: 
Active

Comments

Nice idea .. I'll look into this if I get the chance, and can figure out how to do it in a browser-compatible way.