I have this:
<View id="Bikes" class="box" onClick="checkBox"> <Label class="boxLabel">Bikes</Label> <ImageView class="checkmark"></ImageView> </View>In my checkBox() function can I target the ImageView and do some work on it?
I have this:
<View id="Bikes" class="box" onClick="checkBox"> <Label class="boxLabel">Bikes</Label> <ImageView class="checkmark"></ImageView> </View>In my checkBox() function can I target the ImageView and do some work on it?