need groupName
This commit is contained in:
parent
a5d5df6ceb
commit
5715d7eb23
@ -18,6 +18,8 @@ import UIKit
|
|||||||
|
|
||||||
public func set(_ radioButtonModel: RadioButtonModel, _ radioButton: RadioButton) {
|
public func set(_ radioButtonModel: RadioButtonModel, _ radioButton: RadioButton) {
|
||||||
self.fieldKey = radioButtonModel.fieldKey
|
self.fieldKey = radioButtonModel.fieldKey
|
||||||
|
self.groupName = radioButtonModel.groupName
|
||||||
|
|
||||||
if radioButtonModel.state {
|
if radioButtonModel.state {
|
||||||
if self.baseValue == nil,
|
if self.baseValue == nil,
|
||||||
let selected = radioButtonModel.baseValue as? Bool, selected {
|
let selected = radioButtonModel.baseValue as? Bool, selected {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user