django-bootstrap5
django-bootstrap5 copied to clipboard
Radio select option disabled
Match current behavior of Django's RadioSelect widget which allow to customize individual options' attrs (including disabled in a ChoiceField).
The create_option hook is documented in Django https://docs.djangoproject.com/en/5.0/ref/forms/fields/ to allow the customization of the different options rendering.