V
V
Vadim Rublev2021-07-07 14:05:19
css
Vadim Rublev, 2021-07-07 14:05:19

Is it possible to disable the checkbox using CSS?

Is it possible to disable the checkbox using CSS?
Like:

@media (min-width: 580px) {
    ...здесь приводим checkbox к выключенному состоянию...
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iBird Rose, 2021-07-07
@iiiBird

you can restyle any stylized checkbox as if it is turned off. but the input type checkbox element itself does not change. you can't do it with css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question