cleaned up
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2df3c348b7
commit
34b65c500b
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user