import * as SS from 'styled-system'; /** LabelButton is a dynamic interactive element that can be used as a * `Button`, `RadioButton`, `Checkbox`, and as an anchor for a `HoverMenu`.
* Each LabelButton contains a default state, and can conditionally update to show * multiple forms of active states, often with label/value pairings.
* Following are the subcomponents of the LabelButton - *