Client side get values for group of checkboxes

Posted by Rollbase User on 18-Aug-2010 03:21

Hi guys, is there a rbf function for getting values from group of checkboxes field? I'm currently using this: function displaySections() { rbf_showOrHideSection(12208138, document.theForm.loan_attributes_11979840.checked); //purchase rbf_showOrHideSection(12240377, document.theForm.loan_attributes_11979841.checked); //refinance } but i'm worried about hardcoding the checkbox values in my code.

All Replies

Posted by Admin on 18-Aug-2010 11:22

For single check boxes you can use rbf_isChecked() API. I can create similar API for multiple checkboxes, please submit support request.

This thread is closed