How to sort checkboxes in GridView

In the table GridView there is a column of checkboxes, it is necessary to sort them that it was possible to know what checkboxes are pressed and what are not present.
$dataProvider->setSort([
‘attributes’ => [
‘included’
],
]);
Data the option in Search did not work