IInteractionService.createBooleanInput
Method
interface IInteractionService { // ... omitted for brevity createBooleanInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilder;}Signature
method
createBooleanInputCreates a boolean (checkbox) input.
createBooleanInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilderParameters
namestringoptionsCreateInteractionInputOptionsoptionalReturns
InteractionInputBuilderDefined on
This method is defined on the following type: