It's bad design to put label after checkbox for BooleanField widget, so let's make it normal.
Project description
django-checkbox-normalize
It's bad design to put label after checkbox for BooleanField widget, so let's make it normal.
Install
pip install django-checkbox-normalize
Settings
INSTALLED_APPS = [
...
'django_checkbox_normalize',
...
]
Usage
Just insert app name "django_checkbox_normalize" into INSTALLED_APPS variable before "django.contrib.admin" in settings.py, and nothing more.
Note:
- "django_checkbox_normalize" must before "django.contrib.admin".
Releases
v0.1.2 2020/09/09
- Add LICENSE file.
v0.1.1 2020/03/03
- Fix BooleanField field style under small screen size.
v0.1.0 2020/03/02
- First release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-checkbox-normalize-0.1.2.tar.gz
.
File metadata
- Download URL: django-checkbox-normalize-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65a92f4acf854579abf371ad4681d743977cf9be2e60b013069048872844e856 |
|
MD5 | 6937abcfd8b4383e4bf5a8f15c35efe3 |
|
BLAKE2b-256 | dc1926506ccde0bf117eef0ae137a87e3fe8b37e7c9c141bfdf256dd03adf9b1 |