Component

MatMultiCheckboxFieldComponent

@ng-forge/dynamic-forms-material

Signature

class MatMultiCheckboxFieldComponent

Properties

NameTypeDescription
ngf TypedNgForgeField<ValueType[]>-
options InputSignal<FieldOption<ValueType>[]>-
props InputSignal<MatMultiCheckboxProps | undefined>-
valueViewModel WritableSignal<FieldOption<ValueType>[]>-
checkedValuesMap Signal<Record<string, boolean>>Computed map of checked option values for O(1) lookup in template

Methods

NameReturn TypeDescription
onCheckboxChange() void-