react-magma
react-magma copied to clipboard
Toggle: Add `helperMessage` prop support
We want to add the helperMessage prop to the Toggle component. Our other inputs and form control components have them.
Some things to consider:
We need to account for the main label being on the left or right of the toggle.
When the main label is on the left, do we want to (or can we) build in the ability to push the toggle to the right, creating a pattern commonly used in Responsive and Mobile UIs?