Having trouble resetting all checkboxes in my list view from a javascript query because setValue() doesn't seem to work with more than 1 index. Any help?
For example, this will work - but will only clear that row's checkmark
checkbox1['0'].setValue(false)