CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.94k stars 236 forks source link

fix checkbox 'checked' parameter if 'value' is set #94

Closed shervinmathieu closed 4 years ago

shervinmathieu commented 4 years ago

If the value parameter is set for one of the elements of the choices array in the checkbox prompt, then the checked parameter no longer works.

This pull request fixes this issue.