Skip to main content
cngx-src documentation

CngxMenuRadioGroup

Interface

projects/common/interactive/menu/menu-radio-controller.ts

Referenced by#

Import#

import { CngxMenuRadioGroup } from '@cngx/common/interactive'

Description#

Selection contract a radio-grouping menu host exposes to its CngxMenuItemRadio children. Children read selectedValue() to compute aria-checked and call select(value) to update on click; the host owns the writable signal so consumers two-way bind through it.

Index#

Instance Properties#

name#Signal
Readonly
selectedValue#ModelSignal
Readonly

Methods#

select#void
select(value: T)
@paramvalueT