In the active form, I have 3 textinput and one checkbox. All the 3 textinputs have rules that says cannot be empty. What I want is if the checkbox is clicked, It will disable the rules and will save the empty record in the database.
here is screen shot of the active form..
You could define the rules that way (using when):
You may want to add whenClient as well to let the browser check this before it submits the form.