Use Case: We want to require users to explicitly confirm they have completed prerequisite manual steps before running a self-service action.
Current Limitations:
UX/UI: The current boolean toggle switch visually implies an on/off configuration rather than an acknowledgment.
Validation: Boolean toggle fields default to false and always pass required validation. They do not block the "Execute" button when left in the default false state.
Requested Behavior:
Introduce a native checkbox input type (or a "format": "checkbox" rendering option for booleans).
Ensure that when a checkbox is marked as required, the "Execute" button is disabled/blocked until the user explicitly checks the box.
Created by Dhananjai Govind
·