diff --git a/docs/src/pages/examples/checkboxes-and-radio.mdx b/docs/src/pages/examples/checkboxes-and-radio.mdx index dad88b1d5..99d409171 100644 --- a/docs/src/pages/examples/checkboxes-and-radio.mdx +++ b/docs/src/pages/examples/checkboxes-and-radio.mdx @@ -27,7 +27,7 @@ The only requirements are that the fields: When using `Field` slot props with checkbox/radio components, you still need to provide the `type` and `value` props to the `Field` node itself. ```vue-html - +