Problem
I want to represent a 6x8 grid of check boxes that have the same input ID. To save time, I want to be able to select multiple check boxes at once by holding 'click' and dragging over my intended selection.
Attempted ideas so far
This may require javascript, or something like jqui_selectable(), however I haven't been able to make these work. Is this possible?
Here is a first step. Source.
Unfortunately, that doesn't work with Shiny checkboxes. So I added a click listener of the checkboxes in the JavaScript file but it doesn't work, I have no idea why.
R code:
Files checkboxes.js and checkboxes.css, to put in the www subfolder of the app: