Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-09/08a558f1-1481-429c-a5cc-51113e9f4e12_0.jpeg?h=538d6dda&itok=_N4hroty)
Gurunanak Institute of Technology
IN
Last activity: 21 Oct 2024 3:34 EDT
How do I add a restriction for the customer to select a single option through a Checkbox?
how can I configure a checkbox action set in PEGA where once the customers select a choice they shouldn't be able to select another choice?
Brief about how I created the records and checkbox:
1) I created a data type called "Policy"(cofigured the source) in which I entered fields like insure,insurer Id etc.
2) In the step of the casetype called "Registration" I used data relationship called "query" and "list of records" where I chose "D_PolicyList".
3) Later I went into Section of user Interface and added a new column where I set the label as "Select Policies" and under that I added a checkbox with property created using crosshair symbol i.e. "IsSelected"(boolean).
I can't see multiple rows to set their checkbox as disable on condition.