Home > General Components > CheckboxButton

CheckboxButton

@wq/material’s <CheckboxButton/> component can be used to display a checkbox outside of a Form, for example in a MapToolbar.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • CheckboxButton.js (@wq/material-web)
  • CheckboxButton.js (@wq/material-native)

The @wq/material-web implementation just exports Checkbox from @mui/material.