It still uses <Input> internally, so we should get rid of it. Renaming the component to AuSwitch (in line with AuCheckbox and AuRadio) will allow us to do that without it being a breaking change.
Projects can then opt-in to the new behaviour by using AuSwitch instead. The AuToggleSwitch component should then show a deprecation warning if it is used.
It still uses
<Input>
internally, so we should get rid of it. Renaming the component toAuSwitch
(in line withAuCheckbox
andAuRadio
) will allow us to do that without it being a breaking change.Projects can then opt-in to the new behaviour by using
AuSwitch
instead. TheAuToggleSwitch
component should then show a deprecation warning if it is used.