#StickyCheckboxes

##About Sticky Checkboxes is a feature where selected checkboxes will float to the top of the selection. For example, If our list of checkboxes looks like this:

  • Value A
  • Value B
  • Value C
  • Value D

And we select values A and D, instead of this:

  • Value A
  • Value B
  • Value C
  • Value D

We would instead get this:

  • Value A
  • Value D
  • Value B
  • Value C

Simply replace or merge the file Root/Resources/js/ReportViewerFilters.js with the code linked below.

##Link

ReportViewerFilters.js (right click to Save As)