hiccup([
"div",
["h1", { style: { background: "lightgreen" } }, "shopping list"],
["div", ["input", { type: "checkbox" }], ["label", shoppingList[0]]],
["div", ["input", { type: "checkbox" }], ["label", shoppingList[1]]],
["div", ["input", { type: "checkbox" }], ["label", shoppingList[2]]]
])