% Auto-generated: do not edit by hand
\name{switch}

\alias{switch}

\title{Switch component}

\description{
Common wrapper for filters/inputs and their labels
}

\usage{
switch(id=NULL, className=NULL, falsyLabel=NULL, hasLabel=NULL,
truthyLabel=NULL, value=NULL)
}

\arguments{
\item{id}{Character. }

\item{className}{Character. }

\item{falsyLabel}{Character. }

\item{hasLabel}{Logical. }

\item{truthyLabel}{Character. }

\item{value}{Logical. }
}

\value{named list of JSON elements corresponding to React.js properties and their values}

