Skip to content

@jsvision/ui / CheckGroupOptions

Interface: CheckGroupOptions

Defined in: ui/src/controls/check-group.ts:12

Options for a CheckGroup.

Properties

labels

readonly labels: readonly string[]

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

readonly value: Signal<boolean[]>

Defined in: ui/src/controls/check-group.ts:16

Two-way binding: one boolean flag per item, in label order.