Skip to main content
zeeshans0005
April 6, 2023
Question

Want to make the Checkbox mandatory on User selection

  • April 6, 2023
  • 2 replies
  • 0 views

Hello, I want to make the second checkbox mandatory if the user does not select any value for the first checkbox.

Can someone help me figure out how can I achieve this 

2 replies

stefanhelzle0001
Brainy
April 6, 2023

Not knowing any implementation details, I would say that the required parameter can be expressed using any logic you need.

harshitb6843
April 6, 2023

required: a!isNullOrEmpty(local!firstValue)

Add this in your second checkBox configurations