I want to have a checkbox for terms and conditions, label of which should contain a link to a page with, well, terms and conditions.
The following field will have the label with the tags escaped.
BooleanField(label="I agree to <a href='terms-conditions.html'>terms&conditions</a>")