🖥️Adding UI
Adding UI
Creating a control
local cb = gui.checkbox(gui.control_id('my_checkbox'));Constructing the row
local row = gui.make_control('My checkbox', cb);Adding the row to a group
Using the value

Last updated