Props
Attributes
- Graph
-
- Supertypes
-
trait PropTypesclass Objecttrait Matchableclass Any
Members list
Type members
Classlikes
If given, uses a negative margin to counteract the padding on one side (this is often helpful for aligning the left or right side of the icon with content above or below, without ruining the border size and shape).
If given, uses a negative margin to counteract the padding on one side (this is often helpful for aligning the left or right side of the icon with content above or below, without ruining the border size and shape).
Attributes
- Supertypes
-
class Prop[Any]class Objecttrait Matchableclass Any
- Self type
-
edge.type
Value members
Concrete methods
The input component prop type
.
The input component prop type
.
Attributes
If true
, the input
element is focused during the first mount.
If true
, the input
element is focused during the first mount.
Attributes
If true
, the component is checked.
If true
, the component is checked.
Attributes
The icon to display when the component is checked.
The icon to display when the component is checked.
Attributes
Override or extend the styles applied to the component. See CSS API below for more details.
Override or extend the styles applied to the component. See CSS API below for more details.
Attributes
If true
, the keyboard focus ripple is disabled.
If true
, the keyboard focus ripple is disabled.
Attributes
If true
, the component is disabled.
If true
, the component is disabled.
Attributes
The icon to display when the component is unchecked.
The icon to display when the component is unchecked.
Attributes
The id of the input
element.
The id of the input
element.
Attributes
Attributes applied to the input
element.
Pass a ref to the input
element.
Pass a ref to the input
element.
Attributes
Callback fired when the state is changed.
Callback fired when the state is changed.
Value parameters
- {object}
-
event The event source of the callback. You can pull out the new checked state by accessing
event.target.checked
(boolean).
Attributes
It prevents the user from changing the value of the field (not from interacting with the field).
It prevents the user from changing the value of the field (not from interacting with the field).
Attributes
If true
, the input
element is required.
If true
, the input
element is required.
Attributes
The system prop that allows defining system overrides as well as additional CSS styles.
The system prop that allows defining system overrides as well as additional CSS styles.
Attributes
The value of the component.
The value of the component.
Attributes
Inherited methods
Attributes
- Inherited from:
- PropTypes
Inherited fields
Attributes
- Inherited from:
- PropTypes