viewof input = {
const p = Inputs.radio(Object.values(forest), {format: x => x.title, value: forest.woonWaarden});
d3.select(p).select("div").style("column-count", width < 500 ? 1 : 2);
d3.select(p).selectAll("label").style("display", "block");
return p;
}