- Checkbox prompt: re-added support for an array of
default
to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during thev12
release. The preferred interface is to provide thechecked
property to choices{ value: 'bar', checked: true }
.