fixed Checkbox set_value type hint

This commit is contained in:
Mikayla Fischler 2025-10-18 17:17:33 -04:00
parent 194a266730
commit fe9ee313f9

View File

@ -102,7 +102,7 @@ return function (args)
end
-- set the value
---@param val integer new value
---@param val boolean new value
function e.set_value(val)
e.value = val
draw()