Wraps the HTML <input> element with type "checkbox" and displays as a button and creates an onChange function
using the given setValue function. Also focuses the input when clicked (not default behavior in all browsers).
Requires the input to be a controlled input.
Wraps the HTML
<input>element with type"checkbox"and displays as a button and creates anonChangefunction using the givensetValuefunction. Also focuses the input when clicked (not default behavior in all browsers). Requires the input to be a controlled input.