local settings = LT_GetSettings();
this:SetChecked(settings.JustMyLoot);
local text = getglobal(this:GetName() .. "Text");
text:SetText(LT_LABEL_JUSTMYLOOT);
local settings = LT_GetSettings();
settings.JustMyLoot = this:GetChecked();
LT_DebugMessage(1, string.format(LT_SLASHCOMMAND_JUSTMYLOOT_QUERY, tostring(settings.JustMyLoot)));
LT_FireChange();