Disabled doesn't work when used with a required group #58
Labels
auro-checkbox
Status: Work In Progress
Issue or Pull Request work is in Progress
Type: Bug
Bug or Bug fixes
Describe the bug
The disabled checkbox doesn't render in a disabled state when placed inside an auro-checkbox-group with a required attribute.
To Reproduce
Steps to reproduce the behavior:
<auro-checkbox-group required/>
<auro-checkbox name="mygroup" disabled={true} value="option 1" >
Expected behavior
Should be disabled
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: