Topic: Chexkbox and radio not visibles
6tem9 priority asked 5 years ago
Hi,
I'm sorry I deseperatly tried to find solutions
I passed from free mdb to pro mdb a developement and now every input checkbox, and radios (and multiple select too) are hidden
You can see an exemple here : https://frp2i2.6tem9-dev.com/contact/ .
The sentence "Je souhaite recevoir une copie de ce message par e-mail " is a label of a checkbox that is not visible.
Do you have any idea what i'm doing wrong ?
Thank you so much
6tem9 priority answered 5 years ago
Hi Bartlomiej
great ! It works, thanks a lot for you help.
I suppose that is the same for radio, and multiselects ? I'll try
Thanks
Bartłomiej Malanowski staff commented 5 years ago
Yes, the same thing should be done with radio and multi selects
Bartłomiej Malanowski staff answered 5 years ago
Just replace the following code:
<div class="md-form m-0">
<input type="checkbox" value="1" id="sendCopy" name="sendCopy" class="filled-in">
<label for="sendCopy">Je souhaite recevoir une copie de ce message par e-mail</label>
</div>
With this one:
<div class="form-check m-0">
<input type="checkbox" value="1" id="sendCopy" name="sendCopy" class="form-check-input">
<label for="sendCopy" class="form-check-label">Je souhaite recevoir une copie de ce message par e-mail</label>
</div>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: General Bootstrap questions
- MDB Version: -
- Device: all
- Browser: all
- OS: all
- Provided sample code: No
- Provided link: Yes