By clicking on the link provided, you will be able to view the code. The issue arises when I click on the action checkbox as it removes redundant data. However, if I then click on another checkbox, such as family, it will display the value. Interestingly, if I input the same value as the first checkbox (i.e., action), it shows that value as well. My goal is to have only one value displayed when two different checkboxes are selected.
[
{title:'Meet the Robinsons', genre:'action'},
{title:'Meet the Robinsons', genre:'action'},
{title:'MSD', genre:'family'}
]