pub fn SwitchButtonNode<F>(
__arg0: Modifier,
__arg1: SwitchButtonSpec,
__arg2: bool,
__arg3: String,
__arg4: Option<String>,
__arg5: F,
) -> NodeIdwhere
F: FnMut() + 'static,Expand description
The node half of SwitchButton.