mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 17:10:34 +07:00
default selections
This commit is contained in:
@@ -23,7 +23,7 @@ func SelectionInput(models []model.Model) *[]model.Model {
|
||||
var checkboxes []*tview.Checkbox
|
||||
|
||||
for _, m := range unimplementedModels {
|
||||
cb := tview.NewCheckbox().SetLabel(m.Name)
|
||||
cb := tview.NewCheckbox().SetLabel(m.Name).SetChecked(true)
|
||||
checkboxes = append(checkboxes, cb)
|
||||
form.AddFormItem(cb)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user