Forum Discussion

amritbhgt's avatar
amritbhgt
Cloud Apps
11-29-2023
Solved

select All check box to select other checkboxes

Hi , I am trying to create a check box which will select all the other checkboxes, but somehow its not working. if there is any other solution by using a button that would also work for me.   Th...
  • Benji_PaldiTeam's avatar
    Benji_PaldiTeam
    12-01-2023

    In the above case, you need to assign different path to the variable 'chekboxGroup':

    let chekboxGroup = args.widget.style.currentCard.body[0].items[0].columns[0].items[2];

    You can find this path using browser console. 

    • Open the blox widget in edit mode
    • Open Browser console
    • Type prism.activeWidget.style.currentCard
    • Open the object and find your container where checkboxes are placed

    Feel free to reach out if you have further questions, we're always happy to help 

    [email protected] 
    Paldi Solutions