sifferhans / basic-ui

A collection of basic but polished components for Vue 3.

Home Page:https://basic-ui.sigveh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RadioGroup

sifferhans opened this issue · comments

https://zagjs.com/components/vue-sfc/radio-group

What component do you suggest?
RadioGroup

What is the use case?
Select a single option out of many options in a form.

What functions do you want from this component?
I should be able to select only one of the Radio buttons. The value should be emitted upwards to be available through v-model.