<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.
Attributes
| Attribute | Type | Default | Notes |
|---|---|---|---|
name | string | "" | The binding this box drives: name="a" fills the wildcard _a.reflects |
value | string | "" | True or False at first. |
label | string | "" | A label drawn beside the box. |