updated radiobox sample
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e43f486821
commit
ee53300627
@ -69,7 +69,6 @@ class RadioBoxGroupViewController: BaseViewController<RadioBoxGroup>{
|
|||||||
|
|
||||||
var radioBox1 = RadioBoxGroup.RadioBoxItemModel()
|
var radioBox1 = RadioBoxGroup.RadioBoxItemModel()
|
||||||
radioBox1.inputId = "model1"
|
radioBox1.inputId = "model1"
|
||||||
radioBox1.selected = true
|
|
||||||
radioBox1.value = "model 1 Value"
|
radioBox1.value = "model 1 Value"
|
||||||
radioBox1.text = "iPhone 11 Bundle 1"
|
radioBox1.text = "iPhone 11 Bundle 1"
|
||||||
//radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector"
|
//radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector"
|
||||||
@ -117,7 +116,6 @@ extension RadioBoxGroupViewController: ComponentSampleable {
|
|||||||
|
|
||||||
var radioBox1 = RadioBoxGroup.RadioBoxItemModel()
|
var radioBox1 = RadioBoxGroup.RadioBoxItemModel()
|
||||||
radioBox1.inputId = "model1"
|
radioBox1.inputId = "model1"
|
||||||
radioBox1.selected = true
|
|
||||||
radioBox1.value = "model 1 Value"
|
radioBox1.value = "model 1 Value"
|
||||||
radioBox1.text = "iPhone 11 Bundle 1"
|
radioBox1.text = "iPhone 11 Bundle 1"
|
||||||
radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector"
|
radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user