Topic: miftree: partialy checked

Hello!

What should I put in state to make checkbox "partialy checked"?

Thank you in advance!

Re: miftree: partialy checked

when you load tree from json you can use:

"state": {
    "checked": "partially"
}

Re: miftree: partialy checked

great! it works, thank you very much!