spelling
This commit is contained in:
parent
8eae881bf1
commit
73e6f7f513
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user