`i.setChecked = (btn_list.indexOf(i) == toCheck)` ...
# android
m
i.setChecked = (btn_list.indexOf(i) == toCheck)
is giving errors