def __init__(self, text, isOn=0): self.w = _snack.checkbox(text, isOn)
def __init__(self, text, isOn = 0): self.w = _snack.checkbox(text, isOn)