Skip to content

Required checkbox field #11

Description

@jerivas

It seems like there's no way to define a required checkbox field. This is useful for users to acknowledge terms of service or other things that require explicit opt-in.

I think the problem is that the required attribute defaults to False, which is quite different from Django in general. A solution would be to default to True, or to inherit from OptionalFormFieldBlock to make each checkbox configurable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions