Switch
@xngui/components/switch@xngui/components/switchARIA switch FormCheckboxControl.
Preview
import { Component } from '@angular/core';
import { XForm } from '@xngui/components/form';
import { XSwitch } from '@xngui/components/switch';
@Component({
selector: 'app-example',
imports: [XForm, XSwitch],
templateUrl: './switch.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.