fun light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundSelected: Color = IntUiLightTheme.colors.blue(4), content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentSelected: Color = content, checkboxBorder: Color = IntUiLightTheme.colors.grey(8), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderSelected: Color = IntUiLightTheme.colors.blue(4)): IntUiCheckboxColors