Chexkbox and radio not visibles


Topic: Chexkbox and radio not visibles

6tem9 pro premium priority asked 6 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


Bartłomiej Malanowski staff pro premium answered 6 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>

6tem9 pro premium priority answered 6 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 pro premium commented 6 years ago

Yes, the same thing should be done with radio and multi selects


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: all
  • Browser: all
  • OS: all
  • Provided sample code: No
  • Provided link: Yes
Tags