
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
rails-bootstrap-toggle-buttons
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This gem aims to provide bootstrap-toggle-buttons from nostalgiaz bundled in a simple gem.
Add this line to your application's Gemfile:
gem 'rails-bootstrap-toggle-buttons'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails-bootstrap-toggle-buttons
Just add to your application.css
:
*= require bootstrap-toggle-buttons
And to your application.js
:
//= require bootstrap-toggle-buttons
Then follow the official documentation.
Simple forms add a label
around the input type='checkbox'
, and some custom styles too.
At first, you will have to add in your document.ready
event something like the following code:
$('.control-label.checkbox').toggleButtons();
But, you will probably get a strange behavior, like an excessive padding. But that's expected. To fix that, add to your css:
label.boolean.control-label.checkbox.toggle-button {
padding-left: 0;
}
This should solve all the issues.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.