));
```
`Mii::getSwitch` - is my own helper witch returns `on` or `off` according to the current switch value (in the original it returns an image).
After that the user can see `on` and `off` values in the column, but he will not be able to filter columns typing `on` or `off` in the quicksearch field.
So we do the following thing in model `search()` function: