How do you change the renderer for a column, or add a column with a spec

How do you change the renderer for a column, or add a column with a specific renderer? E.g. boolean per default is rendered as "true", instead of using a checkbox.

Try adding the column directly to the Grid (AbstractGridCrud::getGrid) and specify a custom renderer.