Merge branch 'refactor/checkbox' into 'develop'
refactored to new names See merge request BPHV_MIPS/vds_ios_sample!45
This commit is contained in:
commit
61dae69dde
@ -95,7 +95,7 @@ class CheckboxGroupViewController: BaseViewController<CheckboxGroup> {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var checkbox: Checkbox? {
|
var checkbox: CheckboxItem? {
|
||||||
component.selectorViews.first
|
component.selectorViews.first
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ import VDS
|
|||||||
import VDSColorTokens
|
import VDSColorTokens
|
||||||
import Combine
|
import Combine
|
||||||
|
|
||||||
class CheckboxViewController: BaseViewController<Checkbox> {
|
class CheckboxViewController: BaseViewController<CheckboxItem> {
|
||||||
|
|
||||||
var disabledSwitch = Toggle()
|
var disabledSwitch = Toggle()
|
||||||
var labelTextField = TextField()
|
var labelTextField = TextField()
|
||||||
|
|||||||
@ -104,7 +104,7 @@ class RadioBoxGroupViewController: BaseViewController<RadioBoxGroup>{
|
|||||||
subTextRightField.text = radioBox1.subTextRight
|
subTextRightField.text = radioBox1.subTextRight
|
||||||
}
|
}
|
||||||
|
|
||||||
var radioBox: RadioBox? {
|
var radioBox: RadioBoxItem? {
|
||||||
component.selectorViews.first
|
component.selectorViews.first
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -97,7 +97,7 @@ class RadioButtonViewController: BaseViewController<RadioButtonGroup> {
|
|||||||
childTextField.text = radioButton1.childText
|
childTextField.text = radioButton1.childText
|
||||||
}
|
}
|
||||||
|
|
||||||
var radioButton: RadioButton? {
|
var radioButton: RadioButtonItem? {
|
||||||
component.selectorViews.first
|
component.selectorViews.first
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user