ToggleSwitch is used with the v-model property for two-way value binding.
Enabling checked property displays the component as active initially.
Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
The handle slot is available to display custom content.
When disabled is present, the element cannot be edited and focused.