
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.
@formio/pretty-checkbox
Advanced tools
This is a Form.io renderer module that adds the Pretty Checkbox styles to all rendered checkboxes.
To install this module, just type the following.
npm install --save @formio/pretty-checkbox
To enable this for all rendered forms in your application, do the following.
import { Formio } from 'formiojs';
import FormioPrettyCheckbox from '@formio/pretty-checkbox';
Formio.use(FormioPrettyCheckbox);
You will also need to add the styles like so.
@import '~@formio/pretty-checkbox/dist/formio-pretty-checkboxes.css';
You can also use the class to create your own extended Checkbox classes that use the Pretty Checkbox.
import { Formio } from 'formiojs';
import FormioPrettyCheckbox from '@formio/pretty-checkbox';
Formio.use(FormioPrettyCheckbox);
const PrettyCheckbox = FormioPrettyCheckbox.components.checkbox;
export default class CustomCheckbox extends PrettyCheckbox {}
FAQs
Use pretty checkboxes with Form.io
The npm package @formio/pretty-checkbox receives a total of 945 weekly downloads. As such, @formio/pretty-checkbox popularity was classified as not popular.
We found that @formio/pretty-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.