vrnimje / quick-ftxui

A Quick & Easy way to render terminal user interfaces, using FTXUI.
https://vrnimje.github.io/quick-ftxui-docs/
5 stars 1 forks source link

[Feature] Added Checkbox component #35

Closed vrnimje closed 1 year ago

vrnimje commented 1 year ago

Syntax for checkbox is:

int z 
Blue Checkbox {
    "Quick",
    z
}

Output: image-14

Also added workflow status badges to README References: #30