You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this checkbox plugin inside ui-collections list. I want the user to tap the list item anywhere and that should toggle its checkbox but that doesn't happen. The viewModel updates but the checkbox doesn't. I can not get the checkbox view to call the toggle function on it (I don't know how) so I was hoping the checkbox will toggle when its checked state changes. Here's my code
I'm using this checkbox plugin inside ui-collections list. I want the user to tap the list item anywhere and that should toggle its checkbox but that doesn't happen. The viewModel updates but the checkbox doesn't. I can not get the checkbox view to call the
toggle
function on it (I don't know how) so I was hoping the checkbox will toggle when its checked state changes. Here's my codeIs it possible to toggle the checkbox through updating the viewModel?
The text was updated successfully, but these errors were encountered: