Export to excel with checkbox

Hello,

i have a grid with a row which have only checkbox.

I want to export only data with checkbox checked.

And i want to know how many records can I export ?

There are no hardcoded limits on size of dataset for the export.
As for checkbox, you can use grid.filter to hide all rows with unchecked checkbox and export data after that.