I have a requirement in which, checkbox field needs to be enabled only when the button is clicked. How to achieve this.? Button is placed below to the checkbox.
@JaiGaneshC On click of the button, refresh the section and use Data Transform to set a property value to true. Use the above-mentioned property in Disable condition of the checkbox.