Skip to content

Instantly share code, notes, and snippets.

@bitwalk123
Created July 16, 2022 23:52
<KivyCheckBox>:
orientation: 'vertical'
size: root.size
CheckBox:
id: chb_a
group: "chb"
active: 0
on_state: root.on_checkbox_changed(self, self.active)
CheckBox:
id: chb_b
group: "chb"
active: 0
on_state: root.on_checkbox_changed(self, self.active)
CheckBox:
id: chb_c
group: "chb"
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