How can I make the buttons in the drop down toggle-able ?
Settings:setDropdown({
Keybinds = Icon.new()
:setLabel("Toggle Keybinds","selected")
:setLabel("Toggle Keybinds","deselected");
PlayerStats = Icon.new()
:setLabel("Toggle Stats","selected")
:setLabel("Toggle Stats","deselected");
})