File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/components/slider/examples Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ export class SliderBasicExample {
3333 onChange = { this . handleChange }
3434 /> ,
3535 < limel-example-controls >
36- < limel-checkbox
37- checked = { this . disabled }
36+ < limel-switch
37+ value = { this . disabled }
3838 label = "Disabled"
3939 onChange = { this . setDisabled }
4040 />
41- < limel-checkbox
42- checked = { this . readonly }
41+ < limel-switch
42+ value = { this . readonly }
4343 label = "Readonly"
4444 onChange = { this . setReadonly }
4545 />
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ export class SliderMultiplierPercentageColorsExample {
4242 onChange = { this . changeHandler }
4343 /> ,
4444 < limel-example-controls >
45- < limel-checkbox
46- checked = { this . disabled }
45+ < limel-switch
46+ value = { this . disabled }
4747 label = "Disabled"
4848 onChange = { this . setDisabled }
4949 />
50- < limel-checkbox
51- checked = { this . readonly }
50+ < limel-switch
51+ value = { this . readonly }
5252 label = "Readonly"
5353 onChange = { this . setReadonly }
5454 />
You can’t perform that action at this time.
0 commit comments