This commit is contained in:
Suresh, Kamlesh 2020-02-27 09:28:00 -05:00
parent a9bec2df9c
commit 4d209d8869

View File

@ -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?
}