Inputs
Classes for working with input controls, such as Input, Radio, Checkbox, Select and Toggle.
Classes
| Name | Description | |
|---|---|---|
| Checkbox | A React component that renders a simple checkbox with label | |
| ImageCheckBox | ImageCheckBox React component shows a checked or unchecked image | Beta | 
| Input | Basic text input | |
| InputLabel | Text input wrapper that provides additional styling and labeling | |
| LabeledInput | Text input wrapper that provides additional styling and labeling | |
| LabeledSelect | Dropdown wrapper that allows for additional styling and labelling | |
| LabeledTextarea | Textarea wrapper that allows for additional styling and labelling | |
| LabeledToggle | Toggle component with a Label to the right | |
| Radio | Basic radio input component | |
| Select | Basic select component | |
| Textarea | Basic textarea component | |
| Toggle | Toggle React component to show an "on" or "off state | 
Enumerations
| Name | Description | |
|---|---|---|
| InputStatus | Enum for Input status | |
| ToggleButtonType | Toggle display types | 
Interfaces
| Name | Description | |
|---|---|---|
| AutoSuggestData | Data for the AutoSuggest options | |
| CheckboxProps | Properties for Checkbox React component | |
| ImageCheckBoxProps | Properties for the ImageCheckBox component | Beta | 
| InputLabelProps | Properties for InputLabel components | |
| InputProps | Properties for the Input component | |
| LabeledComponentProps | Properties for labeled components | |
| LabeledInputProps | Properties for LabeledInput components | |
| LabeledSelectProps | Properties for LabeledSelect components | |
| LabeledTextareaProps | Properties for LabeledTextarea component | |
| LabeledToggleProps | Properties for LabeledToggle | |
| Properties for components with messages | ||
| RadioProps | Properties for Radio component | |
| SelectProps | Properties for Select component | |
| TextareaProps | Properties for Textarea component | |
| ToggleProps | Properties for Toggle component | 
Last Updated: 08 January, 2020