You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the react app I'm working on, I have controlled state for a form, so I wish to have one radio button be the true and another be the false like so (removed specific names for generic sake):
In the react app I'm working on, I have controlled state for a form, so I wish to have one radio button be the
true
and another be thefalse
like so (removed specific names for generic sake):But this doesn't pass in
false
as the value whenOption 1
is selected due to thiscomputedValue
in the FormChoice Component.It computes to the
{children}
which in this case is just the stringOption 1
.The text was updated successfully, but these errors were encountered: