+
+ {optionsLabel}
+ {type === 'checkbox' && (
+
+ )}
+ {type === 'radio' && ()}
+ {type === 'switch' && (
+
+ )}
+ {type === 'slider' && (
+
+ )}
+
+ {hasSelectAll &&
+ type !== 'radio' &&
+ type !== 'slider' &&
+
+
+ {selectAll ? 'Select All' : 'Reset'}
+
+
}
+
+