Пример Пример2
Cuéntanos qué te agradó del proceso que acabas de realizar
-
Item número 1 -
Item número 2 -
Item número 3
toggleBool: boolean = true;
changeEvent(event) {
if (event.target.checked) {
this.toggleBool = false;
}
else {
this.toggleBool = true;
}
}
Подробнее здесь: https://stackoverflow.com/questions/714 ... t-selected
Мобильная версия