{
    "$schema": "../../common/schema/class.schema.json",
    "changes": [
        {
            "name": "IChangeSwitchEventArgs",
            "replaceWith": "IChangeCheckboxEventArgs"
        },
        {
            "name": "IChangeRadioEventArgs",
            "replaceWith": "IChangeCheckboxEventArgs"
        },
        {
            "name": "RadioLabelPosition",
            "replaceWith": "LabelPosition"
        },
        {
            "name": "SwitchLabelPosition",
            "replaceWith": "LabelPosition"
        }
    ]
}
