optinal
This commit is contained in:
parent
a9bec2df9c
commit
4d209d8869
@ -12,6 +12,6 @@ import Foundation
|
||||
public class RadioButtonModel: MoleculeModelProtocol {
|
||||
public static var identifier: String = "radioButton"
|
||||
public var backgroundColor: Color?
|
||||
public var state: Bool = true
|
||||
public var state: Bool?
|
||||
public var fieldKey: String?
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user