You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/checkbox/index.jsx
+100-1Lines changed: 100 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ import checkProps from './check-props';
24
24
importcomponentDocfrom'./docs.json';
25
25
26
26
import{CHECKBOX}from'../../utilities/constants';
27
+
importIconfrom'../icon';
27
28
28
29
constpropTypes={
29
30
/**
@@ -143,7 +144,27 @@ const propTypes = {
143
144
/**
144
145
* Which UX pattern of checkbox? The default is `base` while other option is `toggle`. (**Note:** `toggle` variant does not support the `indeterminate` feature, because [SLDS does not support it](https://lightningdesignsystem.com/components/forms/#flavor-checkbox-toggle-checkbox-toggle).)
* Variant of the Radio button. Base is the default and button-group makes the radio button look like a normal button (should be a child of <RadioButtonGroup>).
0 commit comments