Component
MatMultiCheckboxFieldComponent
@ng-forge/dynamic-forms-material
Signature
class MatMultiCheckboxFieldComponentProperties
| Name | Type | Description |
|---|---|---|
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
| Name | Return Type | Description |
|---|---|---|
onCheckboxChange() | void | - |
packages/dynamic-forms-material/src/lib/fields/multi-checkbox/mat-multi-checkbox.component.ts:10