Trigger an event when table row is selected

Is there any way to trigger an event when user select a row in child table checking the left box? This table is not editable, users only can select rows

Thanks

[child_table_fieldname]_on_form_rendered: function() {
		//Script
	},

e.g.

2 Likes