Hi all,
I'm struggeling a bit with designing checkboxes on my clients Dynamics 365 Portal.
I'd like to change the default look and feel of the checkboxes with something like this: 
The code of a marked checkbox is as following:
<td colspan="1" rowspan="1" class="clearfix cell checkbox-cell">
<div class="info">
<label for="membership" id="membership_label">Membership</label>
<div class="validators"></div>
</div>
<div class="control">
<span class="checkbox ">
<input id="membership" type="checkbox" name="membership" checked="checked" onclick="setIsDirty(this.id);"></span>
</div>
</td>
Can someone point me in the right direction on how to implement the designed checkbox.
Ideal I'd like to receive the CSS that I can implement.
Hope to hear from you soon!
Kind Regards,
Elmar
*This post is locked for comments
I have the same question (0)