import { Component } from '@angular/core'; @Component({ selector: 'sae-checkbox', imports: [], templateUrl: './checkbox.html', styleUrl: './checkbox.css' }) export class Checkbox { }