SwitchButtonView (ui/button)
@ckeditor/ckeditor5-ui/src/button/switchbuttonview
class
The switch button view class.
const view = new SwitchButtonView();
view.set( {
withText: true,
label: 'Switch me!'
} );
view.render();
document.body.append( view.element );
Filtering
Properties
-
toggleSwitchView : View
readonly
The toggle switch of the button.
Methods
-
-
render()
-
_createToggleView() → View
private
Creates a toggle child view.
Returns