This commit is contained in:
Insality
2025-03-30 13:33:52 +03:00
parent e4a8a85c39
commit 50079e0838
3 changed files with 63 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ local M = {}
function M:init()
self.state = {}
self.checkboxes = {
self.druid:new(checkbox, "checkbox_1"),
self.druid:new(checkbox, "checkbox_2"),
self.druid:new(checkbox, "checkbox_3")
self.druid:new_widget(checkbox, "checkbox_1"),
self.druid:new_widget(checkbox, "checkbox_2"),
self.druid:new_widget(checkbox, "checkbox_3")
}
for i = 1, #self.checkboxes do