This commit is contained in:
Suresh, Kamlesh 2019-06-25 09:20:27 -04:00
parent 8eae881bf1
commit 73e6f7f513

View File

@ -41,7 +41,7 @@ extension RadioButtonModel: FormValidationProtocol {
@objc public func formFieldName() -> String? {
return selectedRadioButton?.fieldKey
}
// The Feild value key value paid for sending to server
// The field value key value pair for sending to server
@objc public func formFieldValue() -> Any? {
return selectedRadioButton != nil ? true : false
}