Skip to main content
cngx-src documentation

CngxSelectCheckBoxContext

Interface

projects/forms/select/shared/template-slots.ts

Import#

import { CngxSelectCheckBoxContext } from '@cngx/forms/select'

Description#

Box-style indicator branch. indeterminate carries tree / select-all semantics.

Index#

Instance Properties#

Readonly
indeterminate#boolean
Readonly

Always false for flat panels; real value for tree-select.

Readonly
position#"before" | "after"
Readonly
selected#boolean
Readonly
variant#"checkbox" | "checkmark"
Readonly

Resolved by the indicator cascade.