cleaned up

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-03 10:31:42 -05:00
parent 2df3c348b7
commit 34b65c500b

View File

@ -31,7 +31,8 @@ class CheckboxViewController: UIViewController, StoryboardInitable {
override func viewDidLoad() {
super.viewDidLoad()
let model = DefaultCheckboxModel()
var model = DefaultCheckboxModel()
model.labelText = "Terms and conditions"
model.childText = "I agree to Verizon's terms and conditions"
model.errorText = "Error Text"