@jsvision/ui / CheckGroupOptions
Interface: CheckGroupOptions
Defined in: ui/src/controls/check-group.ts:12
Options for a CheckGroup.
Properties
labels
readonlylabels: readonlystring[]
Defined in: ui/src/controls/check-group.ts:14
One label per checkbox; each may mark its hotkey letter with ~X~ (e.g. '~B~old').
value
readonlyvalue:Signal<boolean[]>
Defined in: ui/src/controls/check-group.ts:16
Two-way binding: one boolean flag per item, in label order.