mofron-comp-checklist

0.2.2 • Public • Published

mofron-comp-checklist

mofron is module based frontend framework.

checkbox list component for mofron

Install

npm install mofron mofron-comp-checklist

Sample

<setting>
    <tag load="mofron-comp-checklist">CheckList</tag>
</setting>

<CheckList>
    <checkbox>check_1</checkbox>
    <checkbox>check_2</checkbox>
    <checkbox>check_3</checkbox>
</CheckList>

Parameter

Short
Form
Parameter Name Type Description
text mixed string: text contents string
mofron-comp-text: text contents component
array: checkbox text contents list
undefined: call as getter
checkbox mixed string: text contents string
mofron-comp-text: text contents component
array: checkbox text contents list
undefined: call as getter
check boolean true: check
false: uncheck
undefined: call as getter
number check target index
value boolean the same as 'check' parameter
number the same as 'check' parameter
status boolean true: change enable mode (default)
false: change disable mode
undefined: call as getter
clear

Readme

Keywords

Package Sidebar

Install

npm i mofron-comp-checklist

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

9.65 kB

Total Files

5

Last publish

Collaborators

  • simparts