Radio button with an integrated label.
import { LabelRadioButton } from '@atlas/ui';<LabelRadioButton
v-model="selected"
:value="'a'"
label="Option A"
name="options"
inputId="option-a"
/>| Name | Type | Default | Description |
|---|---|---|---|
label |
string |
'' |
Text label displayed next to the radio button. |
pt |
LabelRadioButtonPassThroughOptions |
undefined |
Pass-through options to customize internal elements. |
None.
None.
Refer to the PrimeVue RadioButton API.