1.18.0 • Published 4 years ago

@pencil.js/checkbox v1.18.0

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

Checkbox

Checkbox user input.

Checkbox example

Installation

npm install @pencil.js/checkbox

Examples

import Checkbox from "@pencil.js/checkbox";

const position = [100, 200];
const options = {
    value: true,
};
const checkbox = new Checkbox(position, options);

CheckboxOptions

Inherit from InputOptions.

NameTypeDefaultComment
sizeNumber20Width and height of the checkbox
valueBooleanfalseWhether it's check ot not
1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.1

4 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago