Home > General Components > RadioButton

RadioButton

@wq/material’s <RadioButton/> component can be used to display a radio button 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:

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

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