class ActiveAdmin::BatchActions::ResourceSelectionToggleCell

Creates the toggle checkbox used to toggle the collection selection on/off

def build

def build
  input( :type => "checkbox", :id => "collection_selection_toggle_all", :name => "collection_selection_toggle_all", :class => "toggle_all" )
end