jQuery converte string para bool
var isTrueSet = (myValue === 'true');
Depressed Dove
var isTrueSet = (myValue === 'true');