viewof mapShowType = Inputs.radio(
[
"Population % change",
"Place of birth"
],
{
value: 'Population % change',
label: html`<span style="font-size:1em"><b>Map data shows...</b></span>`,
format: x => html`<span style="text-transform: capitalize;position:relative;bottom:-.25em;">${x}`
}
)