Optional
conditionallyPredicates to evaluate.
Optional
customCustom CSS classes that will be added to the element during rendering
The unique identifier for an individual form element.
Optional
isDetermine if the element is hidden (true
) or not (false
). Hidden
elements exist on the page, but are not visible to the user. This means
they are included in conditional logic and other dependency evaluation and
are included in the submission data.
Optional
isOptional
meta?: stringJSON metadata associated with the form element. This field is for primarily for developer use.
Optional
requiresDetermine if the predicates must all match (true
) or if only one needs to
match (false
) for the element to shown.
Determine if the element is conditionally shown (
true
) or not (false
).