How to ensure only one checkbox checked at a time in multifield? | Community
Skip to main content
vigiaemnewbie
New Participant
April 15, 2019
Solved

How to ensure only one checkbox checked at a time in multifield?

  • April 15, 2019
  • 3 replies
  • 3575 views

Below I have a multifield for a tab component and obviously at a time only one tab can be active, therefore the requirement is to have only one of the checkboxes checked at a time.

In this scenario there's only one checkbox. Radio buttons also have the same problem since each radio button in a multifield behaves independently and does not check for the status of other radio buttons in other multifields. Does anyone have a working example where this single checkbox validation occurs?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

vigiaemnewbie
New Participant
April 19, 2019

Thank you. This script worked for me.

smacdonald2008
smacdonald2008Accepted solution
New Participant
April 15, 2019
smacdonald2008
New Participant
April 15, 2019

YOu would need to code at the Script level using JQuery to manipulate the DOM.