class ActiveAdmin::BatchActions::ResourceSelectionCell
Creates the checkbox used to select a resource in the collection selection
def build(resource)
def build(resource) input type: "checkbox", id: "batch_action_item_#{resource.id}", value: resource.id, class: "collection_selection", name: "collection_selection[]" end