Answers for "how to set p-checkbox value dynamically in angular 6"

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 "how to set p-checkbox value dynamically in angular 6"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language