is_checked() returns None or "true" instead of boolean #3451
                  
                    
                      steve-archuleta
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 1 reply
-
| Try with  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Docstring for is_check() (a.k.a. is_selected()) states that True/False will be returned when determining the checked state of a checkbox/radiobutton. However, what actually seems to be returned is either None or the string "true". This is still good enough to distinguish the state, but might want to consider updating the docstring (or updating the code to return a boolean). Thanks.
Beta Was this translation helpful? Give feedback.
All reactions