Interface

BaseCheckedField

@ng-forge/dynamic-forms

Signature

interface BaseCheckedField<
  TProps,
  TMeta extends FieldMeta = FieldMeta
>
  extends FieldDef<TProps, TMeta>, FieldWithValidation

Type Parameters

NameConstraintDefaultDescription
TProps---
TMetaFieldMetaFieldMeta-

Properties

NameTypeDescription
value ?boolean-
placeholder ?DynamicText

Placeholder text displayed when the field is empty. Supports static strings, Observables, and Signals for dynamic content.

required ?boolean-