Answers for "angular 6 checkbox checked dynamically"

0

angular 6 checkbox checked dynamically

<input type="checkbox" value="item.id" [attr.checked]="fooData.mode === item.id ? true : null" />
Posted by: Guest on April-26-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language