php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

Checked checkbox #256

Closed loranger closed 2 years ago

loranger commented 2 years ago

Hi,

I cannot figure out how I can pre-check a checkbox when building a menu. Is there a way to toggle some checkboxes on instanciation ?

AydinHassan commented 2 years ago

You can construct an instance of PhpSchool\CliMenu\Builder\CheckboxItem manually, call toggle on it and then add it to the builder with addMenuItem

AydinHassan commented 2 years ago

Feel free to reopen if you have any more questions

loranger commented 2 years ago

Ok, no shorthand for checkbox, got it. Thanks @AydinHassan