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/buttons/README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,22 +106,6 @@ Explore the demo [here](https://react.syncfusion.com/radio-button).
106
106
107
107
-**Form Integration:** The value attribute of the RadioButton can be included as part of form data submitted to the server, facilitating efficient data processing.
108
108
109
-
### React Switch
110
-
111
-
The Switch component is a toggle interface offering a binary decision between on and off states, visually represented with an optional label for clarity. Its intuitive design makes it ideal for user interactions requiring a straightforward choice.
112
-
113
-
Explore the demo [here](https://react.syncfusion.com/switch).
114
-
115
-
**Key features**
116
-
117
-
-**State Control:** Easily configure the switch to be in a checked (on) or unchecked (off) state, providing an immediate visual cue of its current position to users.
118
-
119
-
-**Label Customization:** Customize the on and off labels to provide additional context for users, clarifying what each state signifies within the application's workflow.
120
-
121
-
-**Size Options:** Adapt the size of the switch to fit various UI designs with available size options such as 'small', 'medium' and 'bigger', ensuring seamless integration with different interfaces.
122
-
123
-
-**Form Integration:** Utilize the switch within forms by setting name and value attributes, ensuring that user selections are included in form submissions for backend processing.
0 commit comments