export default { root: { borderRadius: '{rounded.sm}', width: '1.25rem', height: '1.25rem', background: '{form.field.background}', checkedBackground: '{primary.color}', checkedHoverBackground: '{primary.hover.color}', disabledBackground: '{form.field.disabled.background}', filledBackground: '{form.field.filled.background}', borderColor: '{form.field.border.color}', hoverBorderColor: '{form.field.hover.border.color}', checkedBorderColor: '{primary.color}', checkedHoverBorderColor: '{primary.hover.color}', invalidBorderColor: '{form.field.invalid.border.color}', shadow: '{form.field.shadow}' }, icon: { size: '0.875rem', color: '{form.field.color}', checkedColor: '{primary.inverse.color}', checkedHoverColor: '{primary.inverse.color}', disabledColor: '{form.field.disabled.color}' } };