66 |
67 |
68 |
69 | setPreventInteraction(!preventInteraction)}
72 | checked={preventInteraction}
73 | large
74 | inline
75 | alignIndicator="right"
76 | />
77 |
78 |
79 |
80 |
81 |
82 | setAutoScroll(!autoScroll)}
85 | checked={autoScroll}
86 | large
87 | inline
88 | alignIndicator="right"
89 | />
90 |
91 |
92 |
93 |
94 |
95 | setDisableSmoothScroll(!disableSmoothScroll)}
98 | checked={disableSmoothScroll}
99 | large
100 | inline
101 | alignIndicator="right"
102 | />
103 |
104 |
105 |
106 | ) =>
109 | setOptionText(event.currentTarget.value)
110 | }
111 | />
112 |
113 |
114 |
115 |
116 |
117 |