Hi Priya,
There is one property in the UI designer "Visible", you can either directly set to true or false or binding.
However, you can also use the UI script to dynamiclly control this property via using "Calculation Rule".
In that rule, you can add your custom logic for your purpose. Say, once the indicator ticked, you can return the result as true or false based on your requirement.
Hope this help on your question.
Regards,
Qiang