- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 10:20 AM
Hi All,
I have filed X and its a check box fileds . I need check whether the x is checked or not using the Br . How can i check whether its checked or not and if its checked then my i have some script to excute. Please let me know how can i check whethe yhe check box is checkd or not using br .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 10:24 AM
Hi @sushma9 ,
You can do something like this in your BR
if(current.x == 'true'){
//write your logic here
}else{
//do something or leave blank
}
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 10:24 AM
Hi @sushma9 ,
You can do something like this in your BR
if(current.x == 'true'){
//write your logic here
}else{
//do something or leave blank
}
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:38 PM
Hi @sushma9 ,
If my response helped you could u please mark it as solution accepted so that other users can benefit from it.
Thanks,
Danish