Hello!
I am currently using SfCheckBox inside a normal xamarin.forms listview.
My problem is that the state of the checkbox is only toggled when the text or the checkbox itself are clicked. I would like to change the state of it also when the list item is clicked/tapped.
Something similar to what happens with the <Label from="id"></Label> and <input type="checkbox" id=""/> that can be used on the web.
I am currently trying to use the "ItemTapped" of the listview, but I am not being able to access the correct sfcheckbox from that context.
Hope someone can help me!
Thanks in advance!
Cheers!