Jump to content

UnimDBCheckBox


ckiss

Recommended Posts

Try this in UniServerModule->CustomCss:

.bigcheck input[type="checkbox"] {
  width: 25px !important;
  height: 25px !important;
}

and put "bigcheck" in the LayoutConfig->Cls of the TUnimCheckBox

 

Sorry - I've misunderstood you... I thought you want to increase the size of the checkbox.

Link to comment
Share on other sites

×
×
  • Create New...