Parent Child Checkbox Checked Order - Follow Up

sorry I might mis explain myself

for example, if I checked box like the following:

then

the output will be like:
{title: “Drones”, orderno: “40004”, artist: “Muse”, }
{title: “.5: The Gray Chapter”, orderno: “40004”, artist: “Slipknot” }

However I would like it to be like:
{title: “.5: The Gray Chapter”, orderno: “40004”, artist: “Slipknot” }
{title: “Drones”, orderno: “40004”, artist: “Muse”, }

since I clicked Slipknot first and then Muse