Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 667 Bytes

File metadata and controls

39 lines (26 loc) · 667 Bytes

LabelRadioButton

Radio button with an integrated label.

import { LabelRadioButton } from '@atlas/ui';

Usage

<LabelRadioButton
  v-model="selected"
  :value="'a'"
  label="Option A"
  name="options"
  inputId="option-a"
/>

API

Props

Name Type Default Description
label string '' Text label displayed next to the radio button.
pt LabelRadioButtonPassThroughOptions undefined Pass-through options to customize internal elements.

Slots

None.

Events

None.

Refer to the PrimeVue RadioButton API.