https://github.com/afeiship/data-selection
Data structure for radio/checkbox-group.
https://github.com/afeiship/data-selection
checkbox data group radio
Last synced: about 1 year ago
JSON representation
Data structure for radio/checkbox-group.
- Host: GitHub
- URL: https://github.com/afeiship/data-selection
- Owner: afeiship
- License: mit
- Created: 2016-11-02T10:17:19.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T11:35:47.000Z (almost 2 years ago)
- Last Synced: 2025-05-22T22:09:46.763Z (about 1 year ago)
- Topics: checkbox, data, group, radio
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
# data-selection
> Data structure for radio/checkbox-group.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```shell
npm install @jswork/data-selection
```
## usage
```js
import dataSelection from '@jswork/data-selection';
// usage goes here.
```
## types
```ts
///
```
## license
Code released under [the MIT license](https://github.com/afeiship/data-selection/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/data-selection
[version-url]: https://npmjs.org/package/@jswork/data-selection
[license-image]: https://img.shields.io/npm/l/@jswork/data-selection
[license-url]: https://github.com/afeiship/data-selection/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/data-selection
[size-url]: https://github.com/afeiship/data-selection/blob/master/dist/index.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/data-selection
[download-url]: https://www.npmjs.com/package/@jswork/data-selection