1.18.0 • Published 5 years ago

@pencil.js/checkbox v1.18.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.17.0

5 years ago

1.16.0

5 years ago

1.15.0

5 years ago

1.14.0

6 years ago

1.13.1

6 years ago

1.13.0

6 years ago

1.12.0

6 years ago

1.11.0

6 years ago

1.10.2

6 years ago

1.10.1

6 years ago

1.10.0

6 years ago

1.9.2

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.6

6 years ago

1.6.5

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago