Property | Description |
Label | Sets the label of the checkbox. |
Default Selected | Sets a default option that will be captured as user input unless it is changed by the user. |
Required | When turned on, it makes a user input required and disables any form submission until an input is made. |
Visible | Controls widget's visibility on the page. When turned off, the widget will not be visible when the app is published |
Disabled | Disables input to the widget. The widget will remain visible to the user but a user input will not be allowed. |
Action | Description |
onCheckChange | Sets the action to be run when a user changes the choice on the checkbox. Default supported actions are: Call API, Navigate to Page, Navigate to URL or Show Alert. |