How to make the checkbox read - only using Client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-05-2021 02:50 AM
I have four checkboxes in my Form , whenever the user selects one checkbox the other three should become read - only once the selection is done . It applies to all the four checkboxes , I tried implementing it using UI Policy but as the UI Policies are overridding I am not able to achieve it , how can I achieve it using client script ? Can any one help me with it .
Snippet of the checkboxes on the Form :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-05-2021 05:36 AM
Hi,
You can achieve this from the UI Policy itself to avoid collision you can slightly increase the order of the UI Policy.
Create 4 respective UI Policy.
For A, the UI Policy Action would be b, c, d read only and similarly for the other 3
Actions as
mark Correctā /helpful???? if applicable, thanks!!
Aman

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-07-2021 03:38 AM
Thanks for marking the response helpful.
Close the thread and mark appropriate response as correct once your query is fulfilled so that the future reader can be benefited.
Thanks,
Aman