Exemplo n.º 1
0
 def __init__(self, text, isOn=0):
     self.w = _snack.checkbox(text, isOn)
Exemplo n.º 2
0
 def __init__(self, text, isOn = 0):
     self.w = _snack.checkbox(text, isOn)