Skip to content

[Component] Add checkbox component #2

@Krishanth-K

Description

@Krishanth-K

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions