.checkboxLabel{color:var(--app-font-color);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:.5rem;height:32px;display:inline-flex}.checkboxLabel:hover{background-color:var(--background-highlight-color)}.checkboxInput{cursor:pointer;margin:3px 3px 3px 4px}.checkboxLabel:has(.checkboxInput:disabled){opacity:.5;cursor:not-allowed}.checkboxLabel:has(.checkboxInput:disabled):hover{background-color:unset}.checkboxLabel:has(.checkboxInput:disabled) .checkboxInput{cursor:not-allowed}
