🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@s-ui/react-molecule-checkbox-field

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-checkbox-field

`MoleculeCheckboxField` is the combination of and `AtomCheckbox` and a `checkboxField`

5.4.0
latest
Version published
Weekly downloads
15K
86.13%
Maintainers
87
Weekly downloads
 
Created

MoleculeCheckboxField

MoleculeCheckboxField is the combination of and AtomCheckbox and a checkboxField

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-molecule-checkbox-field --save

Usage

import MoleculeCheckboxField from '@s-ui/react-molecule-checkbox-field'

Basic usage (info)

<MoleculeCheckboxField
    id="description-inline2"
    label="Description"
    helpText="Tu descripción en Latin"
/>

Success Message

<MoleculeCheckboxField
    id="description2"
    label="Description"
    value="In some place of La Mancha which name..."
    successText="Everything ok!"
/>

Error Message

 <MoleculeCheckboxField
    id="notes"
    label="Notes"
    errorText="All wrong!"
    value="In some place of La Mancha which name..."
/>

Alert Message

 <MoleculeCheckboxField
    id="notes"
    label="Notes"
    alertText="Something meh..."
    value="In some place of La Mancha which name..."
/>

Find full description and more examples in the demo page.

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

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.

Install

Related posts