Skip to content

tui-checkbox color #6904

Answered by waterplea
expdts asked this question in Q&A
Discussion options

You must be logged in to vote

У experimental чекбокса, который придёт на смену обычному в 4.0 все стили определены на самом хосте, так что их можно переопределять по своему усмотрению в глобальных стилях:

[tuiCheckbox]:not(:checked) {
  box-shadow: 0 0 0 2px grey;
}

Либо можно полностью свой appearance создать и передать через DI:
https://github.com/taiga-family/taiga-ui/blob/main/projects/experimental/components/checkbox/checkbox.options.ts#L16

Вот пример создания whiteblock апиранса, который используется по умолчанию:
https://github.com/taiga-family/taiga-ui/blob/main/projects/core/styles/theme/appearance/outline.less

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waterplea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants