fix: corrects checked output description
This commit is contained in:
@@ -9,7 +9,7 @@ import { Component, output } from '@angular/core';
|
|||||||
})
|
})
|
||||||
export class CheckboxComponent {
|
export class CheckboxComponent {
|
||||||
/**
|
/**
|
||||||
* @description Emits true if checked, false otherwise
|
* @description Emitted when the checkbox is clicked
|
||||||
*/
|
*/
|
||||||
checked = output<boolean>();
|
checked = output<boolean>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user