Hi there,
I am trying to update a checkbox (the final child element) using the selector builder, by checking a h3 and a label name.
This is what my Jquery looks like but I cant seem to get it to work in the selector builder. Can someone please help with the syntax?
$("h3").filter(":contains('Sample')").parent().next().children().children().children().children().filter(":contains('Student 3')").parent().next().children()
Thank you