Skip to content

<notatio-checkbox>

<notatio-checkbox name="on"> -- a box that is ticked or not, Wolfram's Checkbox. The binding _on is True or False; value="True" starts it ticked. Put the words beside it in the prose -- the box is the control, the sentence is the label -- or give it a label of its own.

Stories in the playground·packages/notatio-lit/src/notatio-checkbox.ts· in Vue: <Checkbox>

Attributes

AttributeTypeDefaultNotes
namestring""The binding this box drives: name="a" fills the wildcard _a.reflects
valuestring""True or False at first.
labelstring""A label drawn beside the box.