mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
reorganize some stuff
This commit is contained in:
8
modules/core_widgets/uicheckbox.lua
Normal file
8
modules/core_widgets/uicheckbox.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
UICheckBox = extends(UIWidget)
|
||||
|
||||
function UICheckBox.create()
|
||||
local checkbox = UICheckBox.internalCreate()
|
||||
checkbox:setFocusable(false)
|
||||
checkbox:setAlign(AlignLeft)
|
||||
return checkbox
|
||||
end
|
Reference in New Issue
Block a user