Rating: 4 stars
Hi,
When used in conjunction with the increasingly popular Titan Framework (options framework) the checkbox is revealed for any enable/disable options.
Adding this to the admin css file will hide the checkbox and maintain the originial Titan Framework layout:
.tf-enable .checkbox-material span.check {
display: none;
}
Can you add this in, or is there somewhere that I can submit a pull request?
]]>