Skip to content

Radio group

@xngui/components/radio-group
@xngui/components/radio-group

Bound value for a set of x-radio options.

Preview

Choose a subscription tier.

import { Component } from '@angular/core';
import { XForm } from '@xngui/components/form';
import { XFormField } from '@xngui/components/form-field';
import { XRadio } from '@xngui/components/radio';
import { XRadioGroup } from '@xngui/components/radio-group';
 
@Component({
selector: 'app-example',
imports: [XForm, XFormField, XRadio, XRadioGroup],
templateUrl: './radio-group.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.