Vue 3 Forms

Lessons

1. Introduction

2:37

2. Base Input

11:38

3. Base Select

8:58

4. Auto-importing components

5:19

5. Base Checkbox

5:22

6. BaseRadio

7:35

7. BaseRadioGroup

11:17

8. Submitting Forms

12:17

9. Basic a11y for our components

20:17

BaseRadioGroup

In our last lesson we created our final base form component for this course, the BaseRadio.

However, we left off with a component that is completely flexible and reusable, but sometimes a little hard to comprehend. For someone that is not familiar with the inner working of BaseRadio, a group of them all pointing to the same v-model state can be confusing. Errors may also occur