/* Load FontAwesome to create a pure CSS checkbox */ @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); .mktoCheckboxList input { opacity: 0; position: absolute; } .mktoCheckboxList input, .mktoCheckboxList label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; } .mktoCheckboxList label { position: relative; } /* Edit the properties below to change the colors of the un-checked checkbox */ .mktoCheckboxList input + label:before { content: ''; background: #fff; border: 2px solid #ddd; display: inline-block; vertical-align: middle; width: 15px; height: 15px; padding: 2px; margin-right: 10px; text-align: center; } /* Edit the properties below to change the colors of the checked checkbox */ .mktoCheckboxList input:checked + label:before { content: "\f00c"; font-family: 'FontAwesome'; background: #56CFD2; color: #fff; border-color:#3eb9bc; } body .mktoForm .mktoCheckboxList > label { margin-left:0; }

Dell Technologies World 2021 Takeaways - Moving Forward Together

May 13, 2021
Dell Technologies World title graphic in blue coloring with UNICOM Engineering's logo

Subscribe to Our Blog for Updates

Get expert blog content delivered straight to your inbox.