feat: checkbox field

This commit is contained in:
2026-04-05 23:28:56 +03:00
parent 52d5fd2a38
commit 94a784f64c
14 changed files with 597 additions and 19 deletions

View File

@@ -24,6 +24,10 @@ function M:height()
return 1
end
function M:is_bordered()
return true
end
--- Create the backing buffer and floating window.
---@param layout table { row, col, width }
function M:mount(layout)