I have a repeating section in my form and a few JavaScript commands that occur base on whether the value in the checkbox is true or not. However, the value always comes back "true". Here is the script I am using:
NWF$('.rsdata .nf-repeater-row:last').find('.rsBox input').is(':checked')
(where "rsdata" is the CSS of the repeating section and "rsBox" is the CSS of the checkbox in the repeating section)
I'm sure I am missing something - such as using a different term instead of "input" or a different function instead of "is(':checked')" - but I cannot figure it out. If anyone has the correct syntax for it, please let me know
Thank you,
Owen