<notatio-radio-button-bar>
<notatio-radio-button-bar name="k" values="1|2|3"> -- Wolfram's RadioButtonBar: a <notatio-setter-bar> whose entries are radio buttons, one of which is on. The entries, the arrows and the binding are the setter bar's.
Stories in the playground·packages/notatio-lit/src/notatio-radio-button-bar.ts· in Vue: <RadioButtonBar>
Attributes
| Attribute | Type | Default | Notes |
|---|---|---|---|
name | string | "" | The binding this control drives: name="a" fills the wildcard _a.reflects |
values | string | "" | The entries, |-separated, each optionally value -> label. |
value | string | "" | The entry (or, for a multiple selection, the |-separated entries) selected at first. |