Material Components
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Material Switch component creates a visually appealing toggle switch that is compliant with Material Design principles.
Overview
A visible component used to toggle between two states (on/off) with a modern Material Design look and feel.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | int | 0 |
2 | top | int | 0 |
3 | right | int | 0 |
4 | bottom | int | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | int | 0 |
2 | top | int | 0 |
3 | right | int | 0 |
4 | bottom | int | 0 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | Color | White |
2 | BackgroundColor | Color | White |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | On | boolean | False |
2 | On | boolean | False |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | True |
2 | Enabled | boolean | True |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbColorActive | Color | Default |
2 | ThumbColorActive | Color | Default |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbColorInactive | Color | #BDBDBD |
2 | ThumbColorInactive | Color | #BDBDBD |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontSize | Dimension | 14sp |
2 | FontSize | Dimension | 14sp |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TrackColorActive | Color | Default |
2 | TrackColorActive | Color | Default |
Specifies the inactive track's color.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TrackColorInactive | Color | #BDBDBD |
# | Name | Type(s) | Default Value | 1 | Height | Dimension | Automatic |
---|---|---|---|
2 | Height | Dimension | Automatic |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | Dimension | Automatic |
2 | Width | Dimension | Automatic |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | Number | 70 |
2 | WidthPercent | Number | 70 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | True |
2 | Visible | boolean | True |