Skip to content

Switch

@xngui/components/switch
@xngui/components/switch

ARIA 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.