Hi All ,
I have a SharePoint online Custom LIst that contains many Web name and their urls, now the requirement is i need to create a check box for these urls and when the user checks the checkbox then the urls should open in the new window and the default behaviour is open the url in same window,please help me on this issue.
Thanks
Deepak Chauhan
Won’t this be confusing with the checkbox that lists already have on each item for selecting them for the ribbon? In any case, you’ll need to write some JavaScript to make this work. You can put it in a JSLink. In the PostRender template, you can have it add the checkbox to the rows in the table. You’ll need to handle the checkbox’s onchange event to have it modify the hyperlink for the URL to set its target attribute to _self when you want it to open in a new window.
