Metadata-Version: 2.1
Name: designable-radio-items
Version: 1.1.13
Summary: Dash Designable Radio Items
Author: s_matsumoto s_matsumoto@thinkup-sol.co.jp
License: MIT
Classifier: Framework :: Dash
Description-Content-Type: text/markdown
License-File: LICENSE

# Designable Radio Items

Designable Radio Items is a Dash component library.
Radio component that assigns a class when selected or read-only.

### Installation
***

    $ pip install designable_radio_items


### Properties
***

- id (string)
- options (list[dict]; require)

  - label (string)
  - value (string | number)

- value (string | number)

  Value of selected radio.

- name (string)

  The name to give to the input tag.

- className (string)
- readonly (bool)
- n_clicks (number)
