Disable checkbox and radios

Is there an easy way to do this? When I set the disabled attribute on the input tag it doesn’t do anything. There doesn’t seem to exist an api function to do this either.

What should it do? If you mean styling, you may add “disabled” class to checkbox label element

After spending a few hours studying the problem again, I guess it works the way it should. Most of the time a checkbox or radio will be embedded inside a <li> so it makes sense to disable the <li> and not the input.

I was porting over some bootstrap code and I just noticed the disabled attribute has no effect on checkboxs or radios in F7. All good now.

On a related item, I still don’t see any disabled information in the docs. Is it there some place? It’s not obvious.

No docs about it, missed it, will add