react-survey-builder 1.0.27 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -97,6 +97,7 @@ hideActions | boolean | Optional | If you would like to hide the submit / cancel
97
97
  submitButton | ElementNode | Optional | If you would like to inject your own submit button.
98
98
  backButton | ElementNode | Optional | If you would like to inject your own back/cancel button.
99
99
  buttonClassName | string | Optional | CSS class(es) for the button container
100
+ checkboxButtonClassName | string | Optional | CSS class(es) for the checkbox and radio buttons
100
101
  hideActions | boolean | Optional | If you would like to hide the submit / cancel buttons set to true.
101
102
  skipValidations | boolean | Optional | Suppress form validations on submit, if set to true.
102
103
  displayShort | boolean | Optional | Display an optional "shorter page/form" which is common for legal documents or situations where the user will just have to sign or fill out a shorter form with only the critical elements.