Replies: 1 comment 1 reply
-
Set the value it is bound to to the radio's value. I don't see a form or Either of these would work:
<Form :initial-values="initial-values">
<Field id="locatie-1" name="locatie" type="radio" value="locatie-1" />
<Field id="locatie-2" name="locatie" type="radio" value="locatie-2" />
</Form>
const initialValues = { locate: 'locatie-1' }; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup a radio button that is checked from the start, the following code doesn't work, does anyone know how to set it so it's checked from the start?
Beta Was this translation helpful? Give feedback.
All reactions