viewof selectedAttributes = checkbox({
title: "Attributes",
description: "What attributes to use",
options: attributes.map(a => ({value:a, label:a})),
submit: attributes.length>10 ? true :false ,
value: attributes,
form: html`<form id="john"></form>`
})