• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: bootstrap-checkbox in checkbox RSForm

bootstrap-checkbox in checkbox RSForm 9 years 2 months ago #34147

  • danilofm
  • danilofm's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello friends , I use RSFORMS a few years , and last week I came across a difficulty . How to use properly , Bootstrap - checkbox way .
Have a form , I want to replace one of the checkbox by a bootstrap - checkbox . standard codes are:

CSS to load:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">

JS to load
<script src="https://code.jquery.com/jquery-2.2.0.min.js" defer></script>
<script src="dist/js/bootstrap-checkbox.min.js" defer></script>

standard use :
<input id="input-1" type="checkbox">
<script>
$('#input-1').checkboxpicker({
  html: true,
  offLabel: '<span class="glyphicon glyphicon-remove">',
  onLabel: '<span class="glyphicon glyphicon-ok">'
});
</script>


I even got it to appear in the form put the function of " conditional field" stopped working.

Thanks in advance.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!