Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Tech Mahindra
IN
Last activity: 19 Feb 2019 1:11 EST
Select multiple buttons in same layout
Hi,
Here i want select multiple buttons in same line please give the suggestion for this how to set the functionality in skin.Please check below attachment.
Thanks in advance.
***Edited by Moderator: Pallavi to update platform capability tags***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
FR
Hello,
Looks like you should be working with Checkboxes really. Or you can try creating checkboxes that looks like button.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Tech Mahindra
IN
Thakns Marc,
Here Provider is one type and provider contain 4 types(at&t,sprint,t-mobile, verzion) how we taken it and these are saved into database in provider type only.
Thanks in advance
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
CollabPartnerz
IN
Hi,
Below post might help you.
https://collaborate.pega.com/question/multiple-select-allowed-repeating-dynamic-layout
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Hi ,
Somewhat similar Ui can be achieved using checkboxes and for these checkboxes use some styles.
Please find a sample here :
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Tech Mahindra
IN
Thank u sahuv,
Here i click checkbox it how to save in db . Here use this HTML code for checkbox shape then how to saved(true/false) conditions in database.
Thanks.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Hi,
Use the Html form the pega (OOTB) for checkboxes and just use the CSS to customise the UI.
Which will ensure that it will get posted on submit/section refresh/postdata.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689877000/122ddbf9-8ed7-431e-8c0c-0892f658c39d.png?itok=HwmzfVHs)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689877000/122ddbf9-8ed7-431e-8c0c-0892f658c39d.png?itok=HwmzfVHs)
Pegasystems Inc.
US
These buttons contain the checkboxes. Now if you want to manually set this, you can use a Data Transform. In this DataTransform iterate through the page and set the value "pySelected=true". Once it is true these checkboxes(button), will be marked as checked. Then after that, we need to do a RefreshThisSection.
So basically, we have to perform 2 steps.
1) Run Data Transform
2) Refresh This Section.