You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new page or a change to an existing one?
Radio/Checkbox
Describe the enhancement
We should update docs to mention that explicitly associating a label with its input should be preferred (i.e. not passing isLabelWrapped to either component, and instead passing an id), per labeling controls. The React section should also be updated to mention that the id is only required when isLabelWrapped is notpassed in.
Are there visuals for this enhancement? If applicable, please include examples for each state and for varying widths
Include screenshots or links to Marvel or other mockups.
Any other information?
The text was updated successfully, but these errors were encountered:
Is this a new page or a change to an existing one?
Radio/Checkbox
Describe the enhancement
We should update docs to mention that explicitly associating a label with its input should be preferred (i.e. not passing isLabelWrapped to either component, and instead passing an id), per labeling controls. The React section should also be updated to mention that the
id
is only required when isLabelWrapped is notpassed in.Are there visuals for this enhancement? If applicable, please include examples for each state and for varying widths
Include screenshots or links to Marvel or other mockups.
Any other information?
The text was updated successfully, but these errors were encountered: