Bun is a custom checkboxes & radios CSS generator. It makes the task of creating pure CSS checkboxes and radios inputs much easier with CSS only instead of relying on images or SVG hacks which makes it provide more browser support and accessibility.
- Fully customizable CSS properties.
- Images or SVGs free solution.
- It allows you to add ripple CSS effects.
- Dark and light preview background for flexible different color combination testing.
- Generates checkboxes and radios CSS, unlike others generators that support checkboxes only.
Works on all modern browsers except IEs.
Works on all modren browsers additional to IEs (Tested on IE 11).
Safari, on the other hand, has accessibility issues but they are not caused by this package. It is caused by the system default settings. More information here.
- Indeterminate state checkbox style
You can contribute and add your own favorite feature to the tool by opening a new issue. If you found a bug, open an issue or send a pull request.
$ git clone https://github.com/the94air/bun.git
$ npm install
$ npm run dev
Bun wouldn't exist without these:
- https://github.com/the94air/FunCheckbox
- https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes/
- https://ghinda.net/article/css-ripple-material-design/
MIT Copyright © 2019 - present, Abdalla Arbab.