def add_checkbox(*args, **kwargs): # real signature unknown """ Adds a checkbox widget. Return Type: None Parameters __________ * name : str * Keyword Only Arguments ____________________ * default_value : int * callback : str Registers a callback * tip : str Adds a simple tooltip * parent : str Parent to add this item to. (runtime adding) * before : str This item will be displayed before the specified item in the parent.