Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/latest/docs/components/form-controls/radio-button-xPrimex.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Radio Button ​

INFO

This component uses the radio button from PrimeVue. It's full documentation can be found here. It does have some Codey specific features like automation ids, props and slots.

ts
import { XerRadioButton } from "@xerius/codey-components";

Showcases ​

Default ​

Grouped / List ​

As Container ​

With Subcontent ​

Without Option Control ​

Note

Using a component directly without XerOptionControl or <label> requires you to place the correct aria-label on the underlying component input element.

Props ​

All props from the Prime Radio Button can be provided. The full documentation can be found here.

Events ​

All events from the Prime Radio Button can be provided. The full documentation can be found here.

Slots ​

All slots from the Prime Radio Button can be provided. The full documentation can be found here.

Automation Ids ​

A data-automation-id needs to be provided to the component as Prime Vue based components do not have a default data-automation-id.

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/latest/docs/components/form-controls/radio-button-xPrimex.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: