/pyjs/tests/test020.py
Python | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | ad4e381a9bade1ed7a4d8c8edb8d5279 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- import ui
- class DayCheckBox(ui.CheckBox):
- def __init__(self, caption, day):
- ui.CheckBox.__init__(self, caption)
- self.day = day