Example
This control presents a button to the user which lets them continue execution from the current state. This is useful for creating interactive workflows that pause for user input.
Parameters
| Name | Type | Description |
|---|---|---|
| label | string | The text displayed on the button. Default “Continue”. |
| disabled | bool | Whether the button is disabled. Default True. |