Happy Tuesday! What is the best approach to valid that checkbox is check before submitting the form in PowerApps.
Thank you in advance
Yes,you can either set required value of the field to true and check Form1.Valid or if in this case (case where fields are very less),you can directly check the value of the field like chkMember.Value = true || chkPatient.Value =true and you can patch the data.