Currently only supports text input. A checkbox would be useful for boolean flags.
Example usage:
- checkbox:
label: "Remember me"
checked: true
What's needed:
- Add
Checkbox class in abstract_classes/
- Add to
COMPONENT_MAP in cli.py
- Add
Checkbox.j2 template for each backend (html, curses, imgui)
Currently only supports text input. A checkbox would be useful for boolean flags.
Example usage:
What's needed:
Checkboxclass inabstract_classes/COMPONENT_MAPin cli.pyCheckbox.j2template for each backend (html, curses, imgui)