使用angular动态地选中和取消选中复选框

时间:2018-07-13 08:17:51

标签: angular html5 checkbox

我想基于value使函数中的复选框处于选中状态和未选中状态,如果假设复选框值为120,如何使该复选框处于选中状态

<input type="checkbox" [checked] = "isEnabled" value={{rowData.FILE_LOAD_ID}} id={{rowData.FILE_LOAD_ID}}>

2 个答案:

答案 0 :(得分:0)

[checked] = "isEnabled()"

并添加功能

isEnabled() {  
return this.someValue === 120; 
}

答案 1 :(得分:0)

您可以使用$ ./a.out abc not palindrome string $ ./a.out aba palindrome string $ ./a.out abccba palindrome string

[checked] = "rowData.FILE_LOAD_ID==120"