keybind_t
local checkbox = menu.add_checkbox("group", "name")
local keybind = checkbox:add_keybind("bruh color")
get#
returns if the keybind is active (depending on the current mode)
Example
get_key#
returns the current key bound to the keybind
Example
get_mode#
returns the current keybind mode
Example
set_visible#
sets whether this control is visible