### switch-remove-labelOff [(#10646)](https://github.com/patternfly/patternfly-react/pull/10646)

The `labelOff` prop has been removed from Switch. The label for a Switch should not dynamically update based on the on/off state.

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
