Внешний вид выглядит следующим образом, если я установил флажок и нажал кнопку ClickMe, он должен выдавать только часть из отмеченных
![enter image description here](https://i.stack.imgur.com/nbUUB.png)
<td class='actions actions-1 my-files' data-hook="admin_orders_index_row_actions">
<% doc = Spree::BookkeepingDocument.where(printable: shipment.order).last %>
<% if doc %>
<%= link_to_with_icon "file", "", admin_bookkeeping_document_path(doc, format: :pdf), title: "Download Invoice" %>
<input type="checkbox" name="files" class="check"/>`