How to Style an ADF Checkbox
By: Andreja Sambolec – Application Consultant Sometimes, you want to customize your checkbox component by changing the background color. This can be done using CSS and :after and :before pseudo classes on checkbox elements. This is what a checkbox looks like: The condition necessary to be able to change the background color: The element must precede the The steps to style […]