app/pb_kits/playbook/pb_checkbox/docs/_checkbox_default_swift
PBCheckbox(checked: false, text: "Unchecked", action: {}) .padding(.bottom, Spacing.small) PBCheckbox(checked: true, text: "Checked", action: {})
PBCheckbox(checked: false, text: "Unchecked", action: {}) .padding(.bottom, Spacing.small) PBCheckbox(checked: true, text: "Checked", action: {})