回答編集履歴

1

コードの修正

2018/01/31 11:50

投稿

gottadiveintopy
gottadiveintopy

スコア736

test CHANGED
@@ -36,8 +36,6 @@
36
36
 
37
37
  pos: self.pos
38
38
 
39
- is_checked: checkbox.active
40
-
41
39
  Label:
42
40
 
43
41
  text: root.id
@@ -48,7 +46,9 @@
48
46
 
49
47
  CheckBox:
50
48
 
51
- id: checkbox
49
+ active: root.is_checked
50
+
51
+ on_active: root.is_checked = args[1]
52
52
 
53
53
  ```
54
54