fresh2dev / AnyBox

The easiest way to develop apps for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkbox checked

matlox47 opened this issue · comments

I haven't seen how to show checkbox already checked.

Is it possible ?

commented

Yes, just set the DefaultValue to $true. e.g.,

New-AnyBoxPrompt -InputType 'Checkbox' -Message "Don't ask again." -DefaultValue $true