powerappspowerapps-formulapowerapps-canvaspowerapps-selected-items

Valid checkbox is checked in PowerApps


Happy Tuesday! What is the best approach to valid that checkbox is check before submitting the form in PowerApps.

enter image description here

Thank you in advance


Solution

  • 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.