I am using dcc.Input() with type=‘checkbox’ and I would like to do a callback when it’s checked or unchecked. The issue I am having is that I am not able to find how to get this value.
I found that if I would like to check by defeault, I could do something like that in HTML:
Hi,
I see the property options with disabled as one of the key.
How can i check on callback if the checkbox is marked as checked or not.
I am able to fetch label and value.