Changes between Initial Version and Version 1 of Ticket #36136


Ignore:
Timestamp:
Jan 24, 2025, 3:34:37 AM (11 hours ago)
Author:
Hristo Trendafilov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36136 – Description

    initial v1  
    66- They should always return cleaned data to be `False` if not passed in the form data;
    77- They should always have an initial value of `False` unless explicitly defined;
     8- On invalid form data those should not raise ValidationError, but cast the value to `False`;
    89- They have a special widget, based on the CheckboxInput, but adding `role="switch"` and `aria-checked="false/true"`/based on the value/;
    910
     11
Back to Top