now.thirdparty.PyInquirer.prompts.checkbox module#

checkbox type question

class now.thirdparty.PyInquirer.prompts.checkbox.InquirerControl(choices, pointer_index, **kwargs)[source]#

Bases: FormattedTextControl

property choice_count#
get_selected_values()[source]#
property line_count#
now.thirdparty.PyInquirer.prompts.checkbox.question(message, **kwargs)[source]#