We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094e6c5 commit da7ff37Copy full SHA for da7ff37
1 file changed
lib/public/components/Filters/LhcFillsFilter/stableBeamFilter.js
@@ -16,10 +16,10 @@ import { switchInput } from '../../common/form/switchInput.js';
16
import radiobutton from '../../common/form/inputs/RadioButton.js';
17
18
/**
19
- * Display a toggle switch to display stable beams only
+ * Display a toggle switch or radio buttons to filter stable beams only
20
*
21
* @param {LhcFillsOverviewModel} lhcFillsOverviewModel the overview model
22
- * @param radioButtonMode
+ * @param {boolean} radioButtonMode define whether or not to return radio buttons or a switch.
23
* @returns {Component} the toggle switch
24
*/
25
export const toggleStableBeamOnlyFilter = (lhcFillsOverviewModel, radioButtonMode = false) => {
0 commit comments