Sha256: bb162673f09ae936c45a67fe7e098bc9ddcbaaed0130ad08662955fe1bc3fcdd
Contents?: true
Size: 285 Bytes
Versions: 1338
Compression:
Stored size: 285 Bytes
Contents
![checkbox-default](https://github.com/powerhome/playbook/assets/92755007/dc3af1fb-8786-4002-ac64-3111b5b8c476) ```swift PBCheckbox(checked: false, text: "Unchecked", action: {}) .padding(.bottom, Spacing.small) PBCheckbox(checked: true, text: "Checked", action: {}) ```
Version data entries
1,338 entries across 1,338 versions & 2 rubygems