4.1.10 • Published 2 years ago

bpk-component-checkbox-css v4.1.10

Weekly downloads
200
License
Apache-2.0
Repository
github
Last release
2 years ago

bpk-component-checkbox

Backpack checkbox component.

Installation

npm install bpk-component-checkbox --save-dev

Usage

import React from 'react';
import BpkCheckbox from 'bpk-component-checkbox';

export default () => (
  <BpkCheckbox
    name="prefer-directs"
    onChange={() => console.log('prefer directs changed!')}
    label="Prefer directs"
    checked
  />
);

Props

PropertyPropTypeRequiredDefault Value
namestringtrue-
labelnodetrue-
checkedboolfalsefalse
disabledboolfalsefalse
indeterminateboolfalsefalse
requiredboolfalsefalse
smallLabelboolfalsefalse
validboolfalsenull
whiteboolfalsefalse

indeterminate prop

The indeterminate prop is only a visual clue, it does not affect the checked state of the checkbox. If indeterminate is flagged then the checkbox will be displayed with a minus sign in the box. This is used when there is a checkbox group and the parent displays this state when not all child checkboxes are selected.

Theme Props

  • checkboxCheckedColor
4.1.8

2 years ago

4.1.10

2 years ago

4.1.7

2 years ago

4.1.5

2 years ago

4.1.4

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.0.4

2 years ago

4.0.7

2 years ago

4.0.1

2 years ago

4.0.2

2 years ago

3.0.21

2 years ago

3.0.18

2 years ago

3.0.19

2 years ago

3.0.17

3 years ago

3.0.13

3 years ago

3.0.10

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

2.3.7

3 years ago

3.0.0

3 years ago

2.3.5

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.51

3 years ago

2.2.52

3 years ago

2.2.50

3 years ago

2.2.49

3 years ago

2.2.48

3 years ago

2.2.46

3 years ago

2.2.47

3 years ago

2.2.45

3 years ago

2.2.44

3 years ago

2.2.43

3 years ago

2.2.42

3 years ago

2.2.41

3 years ago

2.2.40

3 years ago

2.2.39

3 years ago

2.2.38

3 years ago

2.2.37

3 years ago

2.2.36

3 years ago

2.2.35

3 years ago

2.2.33

3 years ago

2.2.34

3 years ago

2.2.32

3 years ago

2.2.31

3 years ago

2.2.30

3 years ago

2.2.29

3 years ago

2.2.28

3 years ago

2.2.27

3 years ago

2.2.26

3 years ago

2.2.24

3 years ago

2.2.25

3 years ago

2.2.21

3 years ago

2.2.20

4 years ago

2.2.19

4 years ago

2.2.18

4 years ago

2.2.17

4 years ago

2.2.15

4 years ago

2.2.14

4 years ago

2.2.13

4 years ago

2.2.12

4 years ago

2.2.11

4 years ago

2.2.10

4 years ago

2.2.9

4 years ago

2.2.7

4 years ago

2.2.6

4 years ago

2.2.5

4 years ago

2.2.0

4 years ago

2.1.22

4 years ago

2.1.21

4 years ago

2.1.19

4 years ago

2.1.18

4 years ago

2.1.17

4 years ago

2.1.16

4 years ago