[data-c42-checkbox],
[data-c42-switch],
[data-c42-radio] {
  cursor: pointer;
}

[data-c42-checkbox][data-disabled],
[data-c42-switch][data-disabled],
[data-c42-radio][data-disabled],
[data-c42-radio-group][data-disabled] [data-c42-radio] {
  cursor: not-allowed;
}
