
<!-- Auto Generated Below -->


## SignetSwitch Properties

| Property   | Attribute  | Description                                                                                                                                                                                                                                           | Type      | Default     |
| ---------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ----------- |
| `checked`  | `checked`  | `checked` indicates whether the switch is checked or not. It is a mutable property, which means it can be changed by the user. It is recommended to use a unique name for each switch. If not provided, a unique name will be generated.              | `boolean` | `false`     |
| `disabled` | `disabled` | `disabled` indicates whether the switch is disabled or not. If the switch is disabled, it cannot be clicked or changed. The default value is `false`, which means the switch is enabled.                                                              | `boolean` | `false`     |
| `name`     | `name`     | The name of the switch. This is used to identify the switch when it is submitted in a form. It is also used as the id of the input element. It is recommended to use a unique name for each switch. If not provided, a unique name will be generated. | `string`  | `undefined` |


## SignetSwitch Events

| Event         | Description | Type               |
| ------------- | ----------- | ------------------ |
| `changeEvent` |             | `CustomEvent<any>` |


----------------------------------------------

*Built with Signet Design System*
