Renders a group of <FieldIf> components as a single if/else if statement. All <FieldIf> components after the
first are treated as else if conditions so that only the first true <FieldIf> component is rendered.
Note that all <FieldIf> components are rendered, but those after the first with a condition value of true have
their condition prop set to false. This is done to acheive the same rendering output while updating the form
state properly.
Renders a group of
<FieldIf>components as a singleif/else ifstatement. All<FieldIf>components after the first are treated aselse ifconditions so that only the first true<FieldIf>component is rendered.Note that all
<FieldIf>components are rendered, but those after the first with aconditionvalue oftruehave theirconditionprop set tofalse. This is done to acheive the same rendering output while updating the form state properly.