Created by: jimlevett
Currently, if when using a toggle button radio group with disabled Inputs or Label input container, despite having the correct cursor and styling, those inputs are still selectable
This pull request makes it so disabled radio toggle button is not selectable They can be disabled either by
- adding a disabled class on Label container
- decorating the Input with a disabled attribute