You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed HCheckBox's value is set to nothing at all despite being the state unticked - so it requires ticking and unticking to finally yield 0 when calling isChecked(). Note unticked corresponds with 0, and ticked corresponds with 1.
I assume this behavior isn't intended? I can attest that it's most definitely is helpful to have it set to 0 from the get go (and no doubt goes along with coding principles).
A quick and dirty fix is this if you want to add that:
To avoid meddling with the library, i'm currently doing it myself in my code, i.e.:
Anyway, thank you heaps for making this library!
The text was updated successfully, but these errors were encountered:
I noticed HCheckBox's value is set to nothing at all despite being the state unticked - so it requires ticking and unticking to finally yield 0 when calling isChecked(). Note unticked corresponds with 0, and ticked corresponds with 1.
I assume this behavior isn't intended? I can attest that it's most definitely is helpful to have it set to 0 from the get go (and no doubt goes along with coding principles).
A quick and dirty fix is this if you want to add that:
To avoid meddling with the library, i'm currently doing it myself in my code, i.e.:
Anyway, thank you heaps for making this library!
The text was updated successfully, but these errors were encountered: