Modal change checkbox selection to true by default

This commit is contained in:
Konstantinos Triantafyllou 2022-03-03 12:40:14 +02:00
parent 5e92fdf83b
commit 476ce764f0
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export class AlertModal {
/**
* Value will be emitted if @choice is true
*/
public select: boolean = false;
public select: boolean = true;
/**
* Emitted when a ok button was clicked
* or when Ok method is called.