Skip to main content
cngx-src documentation

CngxSelectSelectionIndicatorVariant

Type Aliasforms/select/config

projects/forms/select/shared/config.ts

Referenced by#

Description#

Selection-indicator glyph.

  • 'auto' - 'checkbox' for multi/combobox, 'checkmark' for single.
  • 'checkbox' - bordered checkbox.
  • 'checkmark' - bare checkmark.
  • 'radio' - dot-in-circle. Single-select intent; multi panels render it but the exclusive-selection visual is misleading there.

Definition#

"auto" | "checkbox" | "checkmark" | "radio"