Skip to content

Commit 02cba98

Browse files
committed
removing duplicate disabled checkbox items
Signed-off-by: helper-uttam <bajiraouttamsinha@gmail.com>
1 parent 9b22124 commit 02cba98

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • src/sections/Projects/Sistent/components/formcontrollabel

src/sections/Projects/Sistent/components/formcontrollabel/guidance.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,6 @@ const FormControlLabelGuidance = () => {
111111
</SistentThemeProvider>
112112
</Row>
113113

114-
<a id="Disabled Checkbox">
115-
<h3>With Disabled Checkbox</h3>
116-
</a>
117-
<Row $Hcenter className="image-container">
118-
<SistentThemeProvider initialMode={isDark ? "dark" : "light"}>
119-
<FormControlLabel
120-
control={<Checkbox disabled />}
121-
label="I agree to receive marketing emails"
122-
disabled
123-
/>
124-
</SistentThemeProvider>
125-
</Row>
126-
127114
<a id="Radio Usage">
128115
<h3>With Radio Button</h3>
129116
</a>

0 commit comments

Comments
 (0)