io.input.boolean
Requests a boolean value.
Usage
const shouldSubscribe = await io.input.boolean("Subscribe to our newsletter?");
interval.com
Props
defaultValue | Optional boolean | Default value for the input. |
helpText | Optional string | Optional label providing additonal context. |
Returns: Boolean
Did this section clearly explain what you wanted to learn?