Skip to content

Instantly share code, notes, and snippets.

@bitwalk123
Created July 16, 2022 23:43
<KivyCheckBox>:
orientation: 'vertical'
size: root.size
CheckBox:
id: chb_a
active: 0
on_state: root.on_checkbox_changed(self, self.active)
CheckBox:
id: chb_b
active: 0
on_state: root.on_checkbox_changed(self, self.active)
CheckBox:
id: chb_c
active: 0
on_state: root.on_checkbox_changed(self, self.active)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment