ItemControl

constructor(    name: String,     i18nName: String?,     type: ItemControlType,     currentValue: ItemCurrentValue,     buttonValue: String?,     buttonIcon: MobileIcon?,     toggleOnValue: String?,     toggleOnIcon: MobileIcon?,     toggleOffValue: String?,     toggleOffIcon: MobileIcon?,     labelIcon: MobileIcon?,     choiceType: ItemControlChoiceType?,     choiceOptions: List<ItemChoiceOption>?,     max: Double?,     min: Double?,     step: Double?,     sliderMaxIcon: MobileIcon?,     sliderMinIcon: MobileIcon?)