0.2.2 • Published 2 years ago

mofron-comp-checklist v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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

ShortFormParameter NameTypeDescription
textmixedstring: text contents string
mofron-comp-text: text contents component
array: checkbox text contents list
undefined: call as getter
checkboxmixedstring: text contents string
mofron-comp-text: text contents component
array: checkbox text contents list
undefined: call as getter
checkbooleantrue: check
false: uncheck
undefined: call as getter
numbercheck target index
valuebooleanthe same as 'check' parameter
numberthe same as 'check' parameter
statusbooleantrue: change enable mode (default)
false: change disable mode
undefined: call as getter
clear
0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago