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