/*Override Django Jet hiding checkboxes in custom Widgets and show the Widget*/
.bitfield_widget label {
    padding: 0;
}

.bitfield_widget input[type=checkbox] {
    display: inline-block;
}
