<PanelRow>
                    <ToggleControl
                        label={ __( 'Show hidden courses?', 'lifterlms' ) }
                        checked={ attributes.hidden }
                        onChange={ ( value ) => setAttributes( { hidden: value } ) }