Update docs, annotations and style for checkbox

This commit is contained in:
Insality
2022-02-12 17:17:36 +02:00
parent 4e0fd264b1
commit 3b329f9c25
38 changed files with 67 additions and 48 deletions

View File

@@ -69,8 +69,8 @@ local function setup_checkbox(self)
nil,
{"checkbox1/back", "checkbox2/back", "checkbox3/back"})
radio_group:set_state(2)
checkbox_group:set_state({true, false, true})
radio_group:set_state(2, true)
checkbox_group:set_state({true, false, true}, true)
end